diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index e2217f6f..f8d7236e 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -536,6 +536,15 @@ function package_details($id=0, $SID="") {
echo "
".__("Comments")."
\n";
echo " \n";
echo "
\n";
+ echo " \n";
+ echo " \n";
+ echo " \n";
+ echo " | \n";
+ echo "
\n";
$comments = package_comments($row["ID"]);
if (!empty($comments)) {
while (list($indx, $carr) = each($comments)) {
@@ -576,15 +585,6 @@ function package_details($id=0, $SID="") {
}
}
- echo " \n";
- echo " \n";
- echo " \n";
- echo " | \n";
- echo "
\n";
echo "
\n";
echo "
\n";
echo "\n";