diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index 9535f183..b6e93c5f 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -524,71 +524,24 @@ function package_details($id=0, $SID="") {
}
echo " \n";
+ echo "
\n";
+
+ # Add Comments
+ echo "
+
+![]() |
+ |
+ + | +
\n"; - } + # Print Comments $comments = package_comments($row["ID"]); if (!empty($comments)) { - while (list($indx, $carr) = each($comments)) { - - echo "
\n"; - echo nl2br(htmlspecialchars($carr["Comments"])); - echo "