aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/pfblockerng/pfblockerng.widget.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/pfblockerng/pfblockerng.widget.php b/config/pfblockerng/pfblockerng.widget.php
index c70bd05b..b7e19f7a 100644
--- a/config/pfblockerng/pfblockerng.widget.php
+++ b/config/pfblockerng/pfblockerng.widget.php
@@ -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>