diff --git a/web/html/pkgedit.php b/web/html/pkgedit.php index c1169f48..6d8314fb 100644 --- a/web/html/pkgedit.php +++ b/web/html/pkgedit.php @@ -110,6 +110,7 @@ if ($_REQUEST["add_Comment"]) { } else { # Prompt visitor for comment # + print "
\n"; print "
\n"; print "\n"; print "\n"; @@ -119,6 +120,7 @@ if ($_REQUEST["add_Comment"]) { print "\n"; print "\n"; print "
\n"; + print "
\n"; } html_footer(AUR_VERSION); exit();