summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dns.php
diff options
context:
space:
mode:
authorJeann <wjeann@gmail.com>2010-06-23 23:39:09 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-06-25 08:29:38 -0300
commite4632c0b7631d04dd0eb520d98b9ac029d47b5fe (patch)
tree01348e2f4b195bd8af8d502040adc72939d41d02 /usr/local/www/diag_dns.php
parent71f6dd50a0a711321ecf61f31d3d7db1205153cd (diff)
downloadpfsense-e4632c0b7631d04dd0eb520d98b9ac029d47b5fe.zip
pfsense-e4632c0b7631d04dd0eb520d98b9ac029d47b5fe.tar.gz
Modified sintaxes on diag_dns.php and diag_dump_states.php
Diffstat (limited to 'usr/local/www/diag_dns.php')
-rw-r--r--usr/local/www/diag_dns.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_dns.php b/usr/local/www/diag_dns.php
index 9d5f51d..a82628d 100644
--- a/usr/local/www/diag_dns.php
+++ b/usr/local/www/diag_dns.php
@@ -124,7 +124,7 @@ include("head.inc"); ?>
<b><?=gettext("Server");?></b>
</td>
<td>
- <b><?=gettext("Query time);></b>
+ <b><?=gettext("Query time");></b>
</td>
</tr>
<?php
@@ -155,7 +155,7 @@ include("head.inc"); ?>
<p/>
<?=gettext("NOTE: The following links are to external services, so their reliability cannot be guaranteed.");?><br/><br/>
<a target="_new" href="http://private.dnsstuff.com/tools/whois.ch?ip=<?php echo $ipaddr; ?>"><?=gettext("IP WHOIS @ DNS Stuff");?></a><br />
- <a target="_new" href="http://private.dnsstuff.com/tools/ipall.ch?ip=<?php echo $ipaddr; ?>"><?=gettext("IP Info @ DNS Stuff);?></a>
+ <a target="_new" href="http://private.dnsstuff.com/tools/ipall.ch?ip=<?php echo $ipaddr; ?>"><?=gettext("IP Info @ DNS Stuff");?></a>
</td>
</tr>
<?php } ?>
OpenPOWER on IntegriCloud