diff options
author | Renato Botelho <renato@netgate.com> | 2016-03-28 15:28:33 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-03-28 15:28:33 -0300 |
commit | 0ae8b6dbdbe106bbb33c1fb62ae4b6479df81072 (patch) | |
tree | 149ae8ed2422afc781ea6fc9f492cf4aa31b1767 /config/pfblockerng/pfblockerng.widget.php | |
parent | 19f972e1ce5c9d9b66fb6bcda39f83ad8623df9d (diff) | |
parent | 5481da2b7ac2f73870e04d6610eaa93d180c2a84 (diff) | |
download | pfsense-packages-0ae8b6dbdbe106bbb33c1fb62ae4b6479df81072.tar.gz pfsense-packages-0ae8b6dbdbe106bbb33c1fb62ae4b6479df81072.tar.bz2 pfsense-packages-0ae8b6dbdbe106bbb33c1fb62ae4b6479df81072.zip |
Merge pull request #1243 from BBcan177/patch-1
Diffstat (limited to 'config/pfblockerng/pfblockerng.widget.php')
-rw-r--r-- | config/pfblockerng/pfblockerng.widget.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/pfblockerng/pfblockerng.widget.php b/config/pfblockerng/pfblockerng.widget.php index c70bd05b..0d563db7 100644 --- a/config/pfblockerng/pfblockerng.widget.php +++ b/config/pfblockerng/pfblockerng.widget.php @@ -3,7 +3,7 @@ pfBlockerNG.widget.php pfBlockerNG - Copyright (c) 2015 BBcan177@gmail.com + Copyright (c) 2015-2016 BBcan177@gmail.com All rights reserved. Based Upon pfblocker : @@ -300,8 +300,8 @@ function pfBlockerNG_get_table($mode='') { $aentries = $values['packets']; } - $packets = "<a target='_blank' href='/pfblockerng/pfblockerng_alerts.php?rule={$rules}&entries={$aentries}' "; - $packets .= "title='Click to view these packets in Alerts tab' >{$values['packets']}</a>"; + $packets = "<a target=\"_blank\" href=\"/pfblockerng/pfblockerng_alerts.php?rule={$rules}&entries={$aentries}\" "; + $packets .= "title=\"Click to view these packets in Alerts tab\" >{$values['packets']}</a>"; } else { $packets = $values['packets']; @@ -548,4 +548,4 @@ if (!empty($results)) { textlink = document.getElementById(selectIntLink); textlink.style.display = "inline"; //]]> -</script>
\ No newline at end of file +</script> |