From 89d3c06c35d8a9afc4ae023a22100230b21e7ffa Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 5 Feb 2017 01:02:27 +0100 Subject: [PATCH] Issue 5055: HTML 4.01 requires "type" attribute for "script" element --- Documentation/lilypond-texi2html.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } -- 2.39.2