summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-30 14:00:41 -0200
committerRenato Botelho <renato@netgate.com>2015-11-30 14:00:41 -0200
commit2920eb5d983b955dc1933b61d7cd3d16458eba8a (patch)
treec15e83f8d208617bc1586c94229a52d1e586ff72 /src
parent1ed7feabb52fa3f85fd28b302e73120396cd4f18 (diff)
parentb6db8c972af7720e878a6c1f4363a2998ad737f5 (diff)
downloadpfsense-2920eb5d983b955dc1933b61d7cd3d16458eba8a.zip
pfsense-2920eb5d983b955dc1933b61d7cd3d16458eba8a.tar.gz
Merge pull request #2136 from NOYB/Log_Widget-Source
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/widgets/widgets/log.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/log.widget.php b/src/usr/local/www/widgets/widgets/log.widget.php
index b5bc552..7fb26ab 100644
--- a/src/usr/local/www/widgets/widgets/log.widget.php
+++ b/src/usr/local/www/widgets/widgets/log.widget.php
@@ -175,7 +175,7 @@ if (isset($_POST['lastsawtime'])) {
<td title="<?=htmlspecialchars($filterent['time'])?>"><?=substr(htmlspecialchars($filterent['time']),0,-3)?></td>
<td><?=htmlspecialchars($filterent['interface']);?></td>
<td><a href="diag_dns.php?host=<?=$filterent['srcip']?>"
- title="<?=gettext("Reverse Resolve with DNS")?>"><?=$srcIP?></a>:<?=htmlspecialchars($filterent['srcport'])?>
+ title="<?=gettext("Reverse Resolve with DNS");?>"><?=$srcIP?></a>
</td>
<td><a href="diag_dns.php?host=<?=$filterent['dstip']?>"
title="<?=gettext("Reverse Resolve with DNS");?>"><?=$dstIP?></a>:<?=htmlspecialchars($filterent['dstport'])?>
OpenPOWER on IntegriCloud