diff options
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/diag_routes.php | 2 |
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> |