mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Incomplete comment patch. FS 7968, 5128, 7383.
Properly parse comments from database. Thanks to Thralas for input. Signed-off-by: tardo <tardo@nagi-fanboi.net>
This commit is contained in:
parent
988ecc442c
commit
6a39da70fb
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ function package_details($id=0, $SID="") {
|
||||||
print "</span>";
|
print "</span>";
|
||||||
print "<tr><td class='boxSoft'>";
|
print "<tr><td class='boxSoft'>";
|
||||||
print "<code>\n";
|
print "<code>\n";
|
||||||
print str_replace("\n", "<br>", str_replace('"',""", htmlspecialchars(strip_tags(stripslashes($carr["Comments"])))));
|
print nl2br(htmlspecialchars($carr["Comments"]));
|
||||||
print "</code>\n";
|
print "</code>\n";
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
print "</table>\n";
|
print "</table>\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue