summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-19 23:44:40 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-19 23:44:40 +0100
commit691a0346aaa9e85c767261a1fbfbb7fbfc196929 (patch)
tree8c7e6574d4292c3b68787628c0faf6acdceee843 /usr/local/www/diag_routes.php
parent91f026b02c06751028965bb28cc354dca547f548 (diff)
downloadpfsense-691a0346aaa9e85c767261a1fbfbb7fbfc196929.zip
pfsense-691a0346aaa9e85c767261a1fbfbb7fbfc196929.tar.gz
syntax errors
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 f0b64d2..8dc01ad 100644
--- a/usr/local/www/diag_routes.php
+++ b/usr/local/www/diag_routes.php
@@ -167,7 +167,7 @@ include('head.inc');
<tr>
<td class="vncellreq" width="22%"><?=gettext("Name resolution");?></td>
<td class="vtable" width="78%">
-<input type="checkbox" class="formfld" id="resolve" name="resolve" value="yes" <?php if ($_POST['resolve'] == 'yes') echo 'checked'; ?>><?=gettext("Enable");? />
+<input type="checkbox" class="formfld" id="resolve" name="resolve" value="yes" <?php if ($_POST['resolve'] == 'yes') echo 'checked'; ?> /><?=gettext("Enable");?>
<br />
<span class="expl"><?=gettext("Enable this to attempt to resolve names when displaying the tables.");?></span>
</td>
OpenPOWER on IntegriCloud