summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/template/pkg_comments.php2
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