From ab9d52c167445af168790695e6da3237ffd91368 Mon Sep 17 00:00:00 2001 From: James Richards Date: Mon, 31 Mar 2003 18:58:55 +0000 Subject: [PATCH] NewLines in questions are now converted to
when displayed. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@170 b72ed6b6-b9f8-46b5-92b4-906544132732 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 376709bfc27..b8344a38f9a 100644 --- a/index.php +++ b/index.php @@ -672,7 +672,7 @@ echo "\t\n"; echo "\t\t\n"; echo "\t\t\t\n"; - echo $_SESSION['fieldarray'][$t][3]."\n"; + echo nl2br($_SESSION['fieldarray'][$t][3])."\n"; echo "\t\t\t\n"; echo "\t\t\n"; echo "\t\n";