merging 5.5.4 bugfixes
This commit is contained in:
parent
1dba651ea1
commit
a7ccedb956
5 changed files with 11 additions and 7 deletions
|
|
@ -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/&/&/g;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue