summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states_sources.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-05-19 23:49:31 +0100
committerColin Fleming <cj_fleming@sky.com>2014-05-19 23:49:31 +0100
commit1b244d3828e83d3c1677d88d5c6bfcb34debac83 (patch)
tree615e3c5b112e52990ebcf93568263765193ff291 /usr/local/www/diag_dump_states_sources.php
parent024068017f98572f6bd41b7ba542fc36fccee39a (diff)
downloadpfsense-1b244d3828e83d3c1677d88d5c6bfcb34debac83.zip
pfsense-1b244d3828e83d3c1677d88d5c6bfcb34debac83.tar.gz
Update SCRIPT tags.
Add CDATA sections to SCRIPT tags in various files
Diffstat (limited to 'usr/local/www/diag_dump_states_sources.php')
-rw-r--r--usr/local/www/diag_dump_states_sources.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/diag_dump_states_sources.php b/usr/local/www/diag_dump_states_sources.php
index 8eaef8d..2220d1f 100644
--- a/usr/local/www/diag_dump_states_sources.php
+++ b/usr/local/www/diag_dump_states_sources.php
@@ -72,6 +72,7 @@ include("head.inc");
<form action="diag_dump_states_sources.php" method="get" name="iform">
<script type="text/javascript">
+//<![CDATA[
function removeSource(srcip, dstip) {
var busy = function(index,icon) {
jQuery(icon).bind("onclick","");
@@ -99,6 +100,7 @@ include("head.inc");
function(index,row) { jQuery(row).fadeOut(1000); }
);
}
+//]]>
</script>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
@@ -130,7 +132,7 @@ include("head.inc");
<?=gettext("Filter expression:");?>
<input type="text" name="filter" class="formfld search" value="<?=htmlspecialchars($_GET['filter']);?>" size="30" />
<input type="submit" class="formbtn" value="<?=gettext("Filter");?>" />
- <td>
+ </td>
</tr>
</table>
</form>
OpenPOWER on IntegriCloud