mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
changed <pre> to <code> in comment rendering to allow wrapping
This commit is contained in:
parent
1c4d6432ba
commit
2c6ca1126a
1 changed files with 2 additions and 2 deletions
|
@ -402,9 +402,9 @@ function package_details($id=0) {
|
||||||
"<i>",date("Ymd [H:i:s]",$carr["CommentTS"]),"</i>"));
|
"<i>",date("Ymd [H:i:s]",$carr["CommentTS"]),"</i>"));
|
||||||
print "</span>";
|
print "</span>";
|
||||||
print "<tr><td class='boxSoft'>";
|
print "<tr><td class='boxSoft'>";
|
||||||
print "<pre>\n";
|
print "<code>\n";
|
||||||
print str_replace('"',""", stripslashes($carr["Comments"]));
|
print str_replace('"',""", stripslashes($carr["Comments"]));
|
||||||
print "</pre>\n";
|
print "</code>\n";
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
print "</table>\n";
|
print "</table>\n";
|
||||||
print " </td>\n";
|
print " </td>\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue