mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Don't wrap header lines
This commit is contained in:
@@ -61,7 +61,7 @@ if ($in{'headers'}) {
|
|||||||
}
|
}
|
||||||
foreach $h (@{$mail->{'headers'}}) {
|
foreach $h (@{$mail->{'headers'}}) {
|
||||||
print &ui_table_row($h->[0],
|
print &ui_table_row($h->[0],
|
||||||
&html_escape(&decode_mimewords($h->[1])));
|
&html_escape(&decode_mimewords($h->[1])), 1, [ "nowrap" ]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user