From: David Kastrup Date: Sun, 5 Feb 2017 00:02:27 +0000 (+0100) Subject: Issue 5055: HTML 4.01 requires "type" attribute for "script" element X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=89d3c06c35d8a9afc4ae023a22100230b21e7ffa;p=lilypond.git Issue 5055: HTML 4.01 requires "type" attribute for "script" element --- diff --git a/Documentation/lilypond-texi2html.init b/Documentation/lilypond-texi2html.init index b6970ac606..70a86344f1 100644 --- a/Documentation/lilypond-texi2html.init +++ b/Documentation/lilypond-texi2html.init @@ -1369,7 +1369,7 @@ sub lilypond_css_lines ($$) my $reldir = ""; $reldir = "../" unless $bigpage; if ($have_index_entries) { - $Texi2HTML::THISDOC{'CSS_LINES'} .= "\n"; + $Texi2HTML::THISDOC{'CSS_LINES'} .= "\n"; } }