summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dns.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 20:01:50 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 20:01:50 -0300
commit0912848815bfb63c7829dc6c6d7f494fcf67cc1d (patch)
tree1897c07f83c5eda3db9b864124bb674400cfbfd0 /usr/local/www/diag_dns.php
parenteb56e9c3247d70b423484248c26604fbb4176453 (diff)
downloadpfsense-0912848815bfb63c7829dc6c6d7f494fcf67cc1d.zip
pfsense-0912848815bfb63c7829dc6c6d7f494fcf67cc1d.tar.gz
Fixing syntax errors on diag_dns.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 afa7eb1..d1392d3 100644
--- a/usr/local/www/diag_dns.php
+++ b/usr/local/www/diag_dns.php
@@ -31,7 +31,7 @@
pfSense_MODULE: dns
*/
-$pgtitle = array("Diagnostics","DNS Lookup");
+$pgtitle = array(gettext("Diagnostics"),gettext("DNS Lookup"));
require("guiconfig.inc");
/* Cheap hack to support both $_GET and $_POST */
@@ -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