Don't wrap header lines

This commit is contained in:
Jamie Cameron
2024-07-01 21:09:17 -07:00
parent 11f2bc20eb
commit 0dd75db8d8

View File

@@ -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 {