summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Chen2013-04-23 11:55:07 +0000
committerJehan-Guillaume (ioguix) de Rorthais2013-04-23 11:56:49 +0000
commit3e08ff8b39149bff1bb6efb045c415304cc0d06e (patch)
tree01ce34062b80c45d9a44e293d914bd1746c87c1a
parent83d1952e13bcc442899b19d14fc039eb9cd569b3 (diff)
Cosmetic fix on Vacuum confirmation page for the "Freeze" checkboxREL_5-1
All other options checkbox have a space between the checkbox and their label.
-rw-r--r--admin.php2
1 files changed, 1 insertions, 1 deletions
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 "<p><input type=\"checkbox\" id=\"vacuum_full\" name=\"vacuum_full\" /> <label for=\"vacuum_full\">{$lang['strfull']}</label></p>\n";
echo "<p><input type=\"checkbox\" id=\"vacuum_analyze\" name=\"vacuum_analyze\" /> <label for=\"vacuum_analyze\">{$lang['stranalyze']}</label></p>\n";
- echo "<p><input type=\"checkbox\" id=\"vacuum_freeze\" name=\"vacuum_freeze\" /><label for=\"vacuum_freeze\">{$lang['strfreeze']}</label></p>\n";
+ echo "<p><input type=\"checkbox\" id=\"vacuum_freeze\" name=\"vacuum_freeze\" /> <label for=\"vacuum_freeze\">{$lang['strfreeze']}</label></p>\n";
echo "<input type=\"submit\" name=\"vacuum\" value=\"{$lang['strvacuum']}\" />\n";
echo "<input type=\"submit\" name=\"cancel\" value=\"{$lang['strcancel']}\" />\n";
echo "</form>\n";