cgi-bin and themes: Remove language attribute on script tag

This commit is contained in:
Alf Høgemark
2014-02-11 19:42:35 +01:00
parent b740cdd7bf
commit 2c01f467d9
3 changed files with 4 additions and 4 deletions

View File

@@ -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;