mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix not to make string length that large not to break themes
This commit is contained in:
@@ -1530,7 +1530,7 @@ return $noescape ? $rv : &html_escape($rv);
|
||||
# Simplifies and truncates a subject header for display in the mail list
|
||||
sub simplify_subject
|
||||
{
|
||||
return &convert_header_for_display($_[0], int($in{'simplify-subject-length'}) || 320);
|
||||
return &convert_header_for_display($_[0], int($in{'simplify-subject-length'}) || 120);
|
||||
}
|
||||
|
||||
# quoted_decode(text)
|
||||
|
||||
Reference in New Issue
Block a user