summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_arp.php
diff options
context:
space:
mode:
authorNeriberto C.Prado <neriberto@gmail.com>2010-06-17 04:56:22 -0700
committerNeriberto C.Prado <neriberto@gmail.com>2010-06-17 04:56:22 -0700
commit591586e385e28c4f5e5bbf54621eeb51720a367c (patch)
treeb924960ba0045b441c4b94861aa0b2f67b21f827 /usr/local/www/diag_arp.php
parent205da5a084a1d5b265e91d4467bfe22f1a285c88 (diff)
downloadpfsense-591586e385e28c4f5e5bbf54621eeb51720a367c.zip
pfsense-591586e385e28c4f5e5bbf54621eeb51720a367c.tar.gz
changing <php gettext() to <php=gettext() in files? diag_arg.php diag_authentication.php diag_backup.php
Diffstat (limited to 'usr/local/www/diag_arp.php')
-rwxr-xr-xusr/local/www/diag_arp.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/diag_arp.php b/usr/local/www/diag_arp.php
index 6d06db6..e202bc0 100755
--- a/usr/local/www/diag_arp.php
+++ b/usr/local/www/diag_arp.php
@@ -259,7 +259,7 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<div id="loading">
- <img src="/themes/{$g['theme']}/images/misc/loader.gif"><?php gettext("Loading, please wait..."); ?>
+ <img src="/themes/{$g['theme']}/images/misc/loader.gif"><?= gettext("Loading, please wait..."); ?>
<p/>&nbsp;
</div>
@@ -289,10 +289,10 @@ $data = msort($data, "dnsresolve");
<td>
<table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td class="listhdrr"><?php gettext("IP address"); ?></td>
- <td class="listhdrr"><?php gettext("MAC address"); ?></td>
- <td class="listhdrr"><?php gettext("Hostname"); ?></td>
- <td class="listhdr"><?php gettext("Interface"); ?></td>
+ <td class="listhdrr"><?= gettext("IP address"); ?></td>
+ <td class="listhdrr"><?= gettext("MAC address"); ?></td>
+ <td class="listhdrr"><?= gettext("Hostname"); ?></td>
+ <td class="listhdr"><?= gettext("Interface"); ?></td>
<td class="list"></td>
</tr>
<?php foreach ($data as $entry): ?>
OpenPOWER on IntegriCloud