]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 5055: HTML 4.01 requires "type" attribute for "script" element
authorDavid Kastrup <dak@gnu.org>
Sun, 5 Feb 2017 00:02:27 +0000 (01:02 +0100)
committerDavid Kastrup <dak@gnu.org>
Sat, 11 Feb 2017 07:49:43 +0000 (08:49 +0100)
Documentation/lilypond-texi2html.init

index b6970ac606452a10e78532b8c5e2bd1319bff5fb..70a86344f15a486b8e1c4f852bccf0ae97e512b1 100644 (file)
@@ -1369,7 +1369,7 @@ sub lilypond_css_lines ($$)
     my $reldir = "";
     $reldir = "../" unless $bigpage;
     if ($have_index_entries) {
-      $Texi2HTML::THISDOC{'CSS_LINES'} .= "<script language=\"JavaScript\" src=\"${reldir}lily_search.js\"></script>\n";
+      $Texi2HTML::THISDOC{'CSS_LINES'} .= "<script language=\"JavaScript\" type=\"text/javascript\" src=\"${reldir}lily_search.js\"></script>\n";
     }
   }