changed <pre> to <code> in comment rendering to allow wrapping

This commit is contained in:
pjmattal 2005-04-14 02:44:38 +00:00
parent 1c4d6432ba
commit 2c6ca1126a

View file

@ -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";