diff options
-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 de13513d..51887646 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 |