trailing \n after inline replying with minify_html enabled
This commit is contained in:
parent
0ac75577ac
commit
ef5869014f
@ -1284,10 +1284,12 @@
|
||||
|
||||
$body = preg_replace("/(^|\n)/", '$1>', $body);
|
||||
|
||||
$body .= "\n";
|
||||
|
||||
if($config['minify_html'])
|
||||
$body = str_replace("\n", '
', $body);
|
||||
|
||||
return $body . "\n";
|
||||
return $body;
|
||||
}
|
||||
|
||||
function markup_url($matches) {
|
||||
|
Loading…
Reference in New Issue
Block a user