From b99e6f8c83139f9c960a0ee2585ccdd2681b636c Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 27 Mar 2004 10:32:20 +0000 Subject: [haddock @ 2004-03-27 10:32:20 by panne] "type" is a required attribute of the "script" element --- src/HaddockHtml.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HaddockHtml.hs b/src/HaddockHtml.hs index 53d9a6c5..a84183af 100644 --- a/src/HaddockHtml.hs +++ b/src/HaddockHtml.hs @@ -371,7 +371,7 @@ ppHtmlModule odir doctitle source_url header (thetitle (toHtml mdl) +++ thelink ! [href cssFile, rel "stylesheet", thetype "text/css"] +++ - (script ! [src jsFile] $ noHtml)) +++ + (script ! [src jsFile, thetype "text/javascript"] $ noHtml)) +++ body << vanillaTable << ( pageHeader mdl iface doctitle source_url maybe_contents_url maybe_index_url s15 -- cgit v1.2.3