summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Chen2013-04-23 11:55:07 +0000
committerJehan-Guillaume (ioguix) de Rorthais2013-04-23 11:55:07 +0000
commit295d708405f4d30a77842d48b1cbfe4984cf4935 (patch)
tree01ce34062b80c45d9a44e293d914bd1746c87c1a
parent3722330ed262b52d51b0a45882033942e4baff4e (diff)
Cosmetic fix on Vacuum confirmation page for the "Freeze" checkbox
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";