From 85251fde47331e210abccf6bda3793bba2debbd4 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Wed, 12 Dec 2001 19:54:47 +0000 Subject: [PATCH] Small change to make HTML source of viewtopic more readable git-svn-id: file:///svn/phpbb/trunk@1557 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index dabff8a987..09b10f08f8 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -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", "
", $message); + $message = str_replace("\n", "\n
", $message); // // Editing information