Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NewLines in questions are now converted to <br /> when displayed.
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@170 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
James Richards committed Mar 31, 2003
1 parent 2b16eaf commit ab9d52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -672,7 +672,7 @@
echo "\t<tr>\n";
echo "\t\t<td colspan='2' align='center' valign='top'>\n";
echo "\t\t\t<b><font color='#000080'>\n";
echo $_SESSION['fieldarray'][$t][3]."\n";
echo nl2br($_SESSION['fieldarray'][$t][3])."\n";
echo "\t\t\t</font></b>\n";
echo "\t\t</td>\n";
echo "\t</tr>\n";
Expand Down

0 comments on commit ab9d52c

Please sign in to comment.