merging 5.5.4 bugfixes

This commit is contained in:
JT Smith 2004-01-01 23:08:28 +00:00
parent 1dba651ea1
commit a7ccedb956
5 changed files with 11 additions and 7 deletions

View file

@ -159,7 +159,6 @@ sub format {
}
} elsif ($contentType eq "text") {
$content =~ s/\t/    /g;
$content =~ s/ / /g;
$content =~ s/\n/\<br \/\>/g;
} elsif ($contentType eq "code") {
$content =~ s/&/&amp;/g;