Change comment style so long lines wrap.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-01-22 23:31:08 -05:00
parent 84cd2d0467
commit 22f19eeb66

View file

@ -27,7 +27,7 @@
</tr>
<tr>
<td class="boxSoft">
<pre><?php echo htmlspecialchars($carr["Comments"]) ?></pre>
<code><?php echo nl2br(htmlspecialchars($carr["Comments"])) ?></code>
</td>
</tr>
<?php