summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/lib/pkgfuncs.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index 365f05ac..3c72f8a6 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -402,9 +402,9 @@ function package_details($id=0) {
"<i>",date("Ymd [H:i:s]",$carr["CommentTS"]),"</i>"));
print "</span>";
print "<tr><td class='boxSoft'>";
- print "<pre>\n";
+ print "<code>\n";
print str_replace('"',"&quot;", stripslashes($carr["Comments"]));
- print "</pre>\n";
+ print "</code>\n";
print "</td></tr>\n";
print "</table>\n";
print " </td>\n";