aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 </>