From: Hans Chen Date: Tue, 23 Apr 2013 11:55:07 +0000 (+0200) Subject: Cosmetic fix on Vacuum confirmation page for the "Freeze" checkbox X-Git-Tag: REL_5-6-0~60 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=295d708405f4d30a77842d48b1cbfe4984cf4935;p=phppgadmin.git Cosmetic fix on Vacuum confirmation page for the "Freeze" checkbox All other options checkbox have a space between the checkbox and their label. --- diff --git a/admin.php b/admin.php index 89992021..a8740a28 100644 --- a/admin.php +++ b/admin.php @@ -280,7 +280,7 @@ echo $misc->form; echo "

\n"; echo "

\n"; - echo "

\n"; + echo "

\n"; echo "\n"; echo "\n"; echo "\n";