|
From: Bart v. B. <ba...@us...> - 2001-12-12 19:54:51
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv32078
Modified Files:
viewtopic.php
Log Message:
Small change to make HTML source of viewtopic more readable
Index: viewtopic.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v
retrieving revision 1.147
retrieving revision 1.148
diff -C2 -r1.147 -r1.148
*** viewtopic.php 2001/12/11 09:13:03 1.147
--- viewtopic.php 2001/12/12 19:54:47 1.148
***************
*** 1011,1015 ****
// till recently it wasn't XHTML compliant)
//
! $message = str_replace("\n", "<br />", $message);
//
--- 1011,1015 ----
// till recently it wasn't XHTML compliant)
//
! $message = str_replace("\n", "\n<br />", $message);
//
|