aboutsummaryrefslogtreecommitdiff
path: root/src/templates/ASCIIMathML.hs
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-19 22:00:41 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-19 22:00:41 +0000
commit31a956b65559ea669d5705e005ac3d6641d7518e (patch)
tree2341f56520e94e7b0b46a8b5c96d05a0243fa28d /src/templates/ASCIIMathML.hs
parent206c59a3867ceecce4d1a9374411a889f263911f (diff)
downloadpandoc-31a956b65559ea669d5705e005ac3d6641d7518e.tar.gz
Changes to build process relating to r234.
+ Corrected dependencies in Makefiles to ensure that templates get filled when the relevant files are modified. + Changed template placeholders to @xxx@ instead of <xxx>, for consistency with our practice with the Cabal template. + Changed default font for RTF writer (this had been changed earlier, but in the target rather than the template!) git-svn-id: https://pandoc.googlecode.com/svn/trunk@235 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/templates/ASCIIMathML.hs')
-rw-r--r--src/templates/ASCIIMathML.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/ASCIIMathML.hs b/src/templates/ASCIIMathML.hs
index fabc7fba2..7747a52a2 100644
--- a/src/templates/ASCIIMathML.hs
+++ b/src/templates/ASCIIMathML.hs
@@ -4,4 +4,4 @@ module Text.Pandoc.ASCIIMathML ( asciiMathMLScript ) where
-- | String containing Pandoc.ASCIIMathML javascript.
asciiMathMLScript :: String
-asciiMathMLScript = "<script type=\"text/javascript\">\n<ASCIIMathML.js></script>\n"
+asciiMathMLScript = "<script type=\"text/javascript\">\n@ASCIIMathML.js@</script>\n"