aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpanne <unknown>2004-03-27 10:32:20 +0000
committerpanne <unknown>2004-03-27 10:32:20 +0000
commitb99e6f8c83139f9c960a0ee2585ccdd2681b636c (patch)
treee288570fea3e89934b9a9f588aa394e463af162a
parentda2bb4ca9b1c3c65fb688cda9b28c289385c587d (diff)
[haddock @ 2004-03-27 10:32:20 by panne]
"type" is a required attribute of the "script" element
-rw-r--r--src/HaddockHtml.hs2
1 files changed, 1 insertions, 1 deletions
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 </>