summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-06-17 16:12:23 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-06-17 16:12:23 +0000
commit4bf464ce4c15f9e5dc75a8c775c3b0202b552c9b (patch)
tree8d65231e62741b3eee57958013e9b36a5a8dae03 /src/templates
parentcfd9ff738165e7c3df66397835b39e01583fd6ca (diff)
Minor documentation changes to ASCIIMathML.hs template.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@602 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/ASCIIMathML.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/ASCIIMathML.hs b/src/templates/ASCIIMathML.hs
index 7747a52a2..1d04c6ff7 100644
--- a/src/templates/ASCIIMathML.hs
+++ b/src/templates/ASCIIMathML.hs
@@ -1,7 +1,7 @@
--- | Definitions for use of Pandoc.ASCIIMathML in HTML.
+-- | Definitions for use of ASCIIMathML in HTML.
-- (See <http://www1.chapman.edu/~jipsen/mathml/asciimath.html>.)
module Text.Pandoc.ASCIIMathML ( asciiMathMLScript ) where
--- | String containing Pandoc.ASCIIMathML javascript.
+-- | String containing ASCIIMathML javascript.
asciiMathMLScript :: String
asciiMathMLScript = "<script type=\"text/javascript\">\n@ASCIIMathML.js@</script>\n"