From d03dd1619423cd38d6bab712bf2ba766e8e59afc Mon Sep 17 00:00:00 2001 From: tardo Date: Tue, 2 Oct 2007 14:57:47 -0400 Subject: Center Add Comment box. Signed-off-by: tardo --- web/html/pkgedit.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web') diff --git a/web/html/pkgedit.php b/web/html/pkgedit.php index c1169f4..6d8314f 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(); -- cgit v1.2.3-54-g00ecf