merging 5.5.5 bugfixes
This commit is contained in:
parent
3a845e9027
commit
cbbb7e8392
15 changed files with 2764 additions and 10 deletions
|
|
@ -167,7 +167,7 @@ sub format {
|
|||
$content =~ s/\n/\<br \/\>/g;
|
||||
$content =~ s/\t/ /g;
|
||||
$content =~ s/ / /g;
|
||||
$content = '<div style="font-family: fixed;">'.$content.'</div>';
|
||||
$content = '<div style="font-family: monospace;">'.$content.'</div>';
|
||||
}
|
||||
return $content;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue