diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-22 23:31:08 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-22 23:31:08 -0500 |
commit | 22f19eeb66b5970f613d27dd689eab10291a8285 (patch) | |
tree | 4c9ce1545b91e32afa948cd4217488492a2793e1 /web | |
parent | 84cd2d0467f9239cd048e74e5a55a1d8be25ff48 (diff) |
Change comment style so long lines wrap.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web')
-rw-r--r-- | web/template/pkg_comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index de13513..5188764 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -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 |