mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
cgi-bin and themes: Remove language attribute on script tag
This commit is contained in:
@@ -413,7 +413,7 @@ $selected{'RULES'}{$snortsettings{'RULES'}} = "selected='selected'";
|
||||
&Header::openpage($Lang::tr{'intrusion detection system'}, 1, '');
|
||||
|
||||
####################### Added for snort rules control #################################
|
||||
print "<script language='JavaScript' src='/include/snortupdateutility.js'></script>";
|
||||
print "<script type='text/javascript' src='/include/snortupdateutility.js'></script>";
|
||||
print <<END
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
@@ -92,7 +92,7 @@ sub scriptheader
|
||||
my $conversation = sprintf( "%.4d-%.2d-%.2d", $year, $mon, $mday );
|
||||
|
||||
my $script = qq {
|
||||
<script language="Javascript">
|
||||
<script type="text/javascript">
|
||||
var section ='none';
|
||||
var moveit = 1;
|
||||
var skimhtml = 1;
|
||||
|
||||
@@ -151,7 +151,7 @@ sub openpage {
|
||||
$extrahead
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/themes/maniac/include/style.css" />
|
||||
<script language="javascript" type="text/javascript">
|
||||
<script type="text/javascript">
|
||||
|
||||
function swapVisibility(id) {
|
||||
el = document.getElementById(id);
|
||||
@@ -284,7 +284,7 @@ END
|
||||
print <<END
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/include/style.css" />
|
||||
<script language="javascript" type="text/javascript">
|
||||
<script type="text/javascript">
|
||||
|
||||
function swapVisibility(id) {
|
||||
el = document.getElementById(id);
|
||||
|
||||
Reference in New Issue
Block a user