summaryrefslogtreecommitdiff
path: root/templates/ASCIIMathML.hs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ASCIIMathML.hs')
-rw-r--r--templates/ASCIIMathML.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ASCIIMathML.hs b/templates/ASCIIMathML.hs
index 1d04c6ff7..b3454d385 100644
--- a/templates/ASCIIMathML.hs
+++ b/templates/ASCIIMathML.hs
@@ -4,4 +4,4 @@ module Text.Pandoc.ASCIIMathML ( asciiMathMLScript ) where
-- | String containing ASCIIMathML javascript.
asciiMathMLScript :: String
-asciiMathMLScript = "<script type=\"text/javascript\">\n@ASCIIMathML.js@</script>\n"
+asciiMathMLScript = "<script type=\"text/javascript\">\n" ++ @ASCIIMathML.js.comment@ ++ @ASCIIMathML.js.packed@ ++ "</script>\n"