mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
Small change to make HTML source of viewtopic more readable
git-svn-id: file:///svn/phpbb/trunk@1557 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7548acf60e
commit
85251fde47
@ -1010,7 +1010,7 @@ for($i = 0; $i < $total_posts; $i++)
|
||||
// Replace newlines (we use this rather than nl2br because
|
||||
// till recently it wasn't XHTML compliant)
|
||||
//
|
||||
$message = str_replace("\n", "<br />", $message);
|
||||
$message = str_replace("\n", "\n<br />", $message);
|
||||
|
||||
//
|
||||
// Editing information
|
||||
|
Loading…
x
Reference in New Issue
Block a user