summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-11-29 18:23:07 +0000
committerColin Fleming <cj_fleming@sky.com>2015-11-29 18:23:07 +0000
commit8fd9052f364f7c0d10d8244f3c1456c67baecc6d (patch)
tree7c49291e368a677d6be225d7f0375f6ce0bf7c63 /src/usr/local/www/head.inc
parentcbe639a8a2575b3148c9b5069be78b0a89b3b429 (diff)
downloadpfsense-8fd9052f364f7c0d10d8244f3c1456c67baecc6d.zip
pfsense-8fd9052f364f7c0d10d8244f3c1456c67baecc6d.tar.gz
Type up SCRIPT tags
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 9fb5e08..944bedb 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -86,7 +86,11 @@ if (isset($config['system']['webgui']['webguicss'])) {
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="sortable/sortable-theme-bootstrap.css">
<title><?=$tabtitle?></title>
- <script>var events = events || [];</script>
+ <script type="text/javascript">
+ //<![CDATA[
+ var events = events || [];
+ //]]>
+ </script>
</head>
<?php
@@ -562,7 +566,7 @@ if (are_notices_pending()):?>
</div>
</div>
-<script>
+<script type="text/javascript">
//<![CDATA[
events.push(function(){
$('#clearallnotices').click(function() {
OpenPOWER on IntegriCloud