summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-11 08:25:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-11 08:25:22 +0000
commit7a3a352afff32e846207bb56172e1f0df80dc4c0 (patch)
tree78a8e3371af6b68f43091bd18ccd520e3f7638d8 /usr/local/www/diag_routes.php
parent4fa5203f595c80e7f4f78e3671d91c32f73d7523 (diff)
downloadpfsense-7a3a352afff32e846207bb56172e1f0df80dc4c0.zip
pfsense-7a3a352afff32e846207bb56172e1f0df80dc4c0.tar.gz
Space between checkbox and Enable
Diffstat (limited to 'usr/local/www/diag_routes.php')
-rw-r--r--usr/local/www/diag_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_routes.php b/usr/local/www/diag_routes.php
index 30e4a25..7065e3a 100644
--- a/usr/local/www/diag_routes.php
+++ b/usr/local/www/diag_routes.php
@@ -47,7 +47,7 @@ include('head.inc');
<tr>
<td class="vncellreq" width="22%">Name resolution</td>
<td class="listr" width="78%">
-<input type="checkbox" class="formfld" name="resolve" value="yes" <?php if ($_POST['resolve'] == 'yes') echo 'checked'; ?>>Enable</input>
+<input type="checkbox" class="formfld" name="resolve" value="yes" <?php if ($_POST['resolve'] == 'yes') echo 'checked'; ?>> Enable</input>
<br />
<span class="expl">Enable this to attempt to resolve names when displaying the tables.</span>
</tr>
OpenPOWER on IntegriCloud