diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/lib/pkgfuncs.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 365f05a..3c72f8a 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('"',""", stripslashes($carr["Comments"])); - print "</pre>\n"; + print "</code>\n"; print "</td></tr>\n"; print "</table>\n"; print " </td>\n"; |