summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-09-14 13:06:10 +0100
committerColin Fleming <cj_fleming@sky.com>2014-09-14 13:06:10 +0100
commit8de8ff0f14734ac2790225a01f4ec90064219f15 (patch)
treeddd70ac2dc3e29ea374eac48618a727f572bf2cf
parent62424bdbbb7b2f37c9a4b6e3531c7024e573317a (diff)
downloadpfsense-8de8ff0f14734ac2790225a01f4ec90064219f15.zip
pfsense-8de8ff0f14734ac2790225a01f4ec90064219f15.tar.gz
Tidy up "diag_dns.php" XHTML
Tidy up the "=" sign properly! Remove "=" sign from INPUT tag Change alignment to the "middle" of the TD tag Add missing closing FONT tag
-rw-r--r--usr/local/www/diag_dns.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/diag_dns.php b/usr/local/www/diag_dns.php
index 415b714..21a9035 100644
--- a/usr/local/www/diag_dns.php
+++ b/usr/local/www/diag_dns.php
@@ -186,10 +186,10 @@ include("head.inc"); ?>
<?=$mandfldhtml;?>
<table summary="results">
<tr><td valign="top">
- <input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>" /> =
+ <input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>" />
</td>
<?php if ($resolved && $type) { ?>
- <td valign="top">&nbsp;=&nbsp;</td><td>
+ <td valign="middle">&nbsp;=&nbsp;</td><td>
<font size="+1">
<?php
$found = 0;
@@ -204,7 +204,7 @@ include("head.inc"); ?>
echo $resolved;
}
if($found > 0) { ?>
- <br/><font size='-2'>
+ <br/></font><font size='-2'>
<?PHP if($alias_exists) { ?>
An alias already exists for the hostname <?= htmlspecialchars($host) ?>. <br />
<input type="hidden" name="override" value="true"/>
@@ -220,7 +220,7 @@ include("head.inc"); ?>
?>
<?php } ?>
- </td></tr></table>
+ </font></td></tr></table>
</td>
</tr>
<?php if($_POST): ?>
OpenPOWER on IntegriCloud