diff options
-rw-r--r-- | pandoc.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |