From 2014e2b4eaa1d82b29de772d9ea836e4ac2138d1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 3 Jan 2013 11:19:36 -0800 Subject: Fixed paths for LaTeXMathML and MathMLinHTML scripts. --- pandoc.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc.hs b/pandoc.hs index 2300076c2..6857ebdda 100644 --- a/pandoc.hs +++ b/pandoc.hs @@ -898,11 +898,11 @@ main = do variables' <- case mathMethod of LaTeXMathML Nothing -> do s <- readDataFileUTF8 datadir - ("data" "LaTeXMathML.js") + ("LaTeXMathML.js") return $ ("mathml-script", s) : variables MathML Nothing -> do s <- readDataFileUTF8 datadir - ("data""MathMLinHTML.js") + ("MathMLinHTML.js") return $ ("mathml-script", s) : variables _ -> return variables -- cgit v1.2.3