aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-09 03:02:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-09 03:02:34 +0000
commit812f67cee58f214d1fb4e3ec4527f0cbd59397df (patch)
treec8f5b13959aa07caa208cd302925e33bbe1e1da4
parentc8781bff488f69a087785d3158112003c75179fd (diff)
downloadpfsense-packages-812f67cee58f214d1fb4e3ec4527f0cbd59397df.tar.gz
pfsense-packages-812f67cee58f214d1fb4e3ec4527f0cbd59397df.tar.bz2
pfsense-packages-812f67cee58f214d1fb4e3ec4527f0cbd59397df.zip
Indent master/parent records better.
-rw-r--r--packages/tinydns/tinydns_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns_status.php b/packages/tinydns/tinydns_status.php
index f8ddda61..bc3da8a2 100644
--- a/packages/tinydns/tinydns_status.php
+++ b/packages/tinydns/tinydns_status.php
@@ -87,7 +87,7 @@ foreach($config['installedpackages']['tinydnsdomains']['config'] as $ping) {
$inservice = "<FONT COLOR='BLUE'>NO</FONT>";
echo "<tr>";
echo "<td class=\"listlr\">";
- echo "$hostname<br>$ipaddress";
+ echo "$hostname<br>&nbsp;&nbsp;&nbsp;$ipaddress";
echo "</td>";
echo "<td class=\"listlr\">";
if(stristr($status,"DOWN"))