Skip to content

Commit

Permalink
Fixed uppercase/lowercase typo.
Browse files Browse the repository at this point in the history
Moral: don't test on a Mac
  • Loading branch information
jgm committed Mar 21, 2010
1 parent c63fec0 commit 023e1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Network/Gitit/ContentTransformer.hs
Expand Up @@ -446,7 +446,7 @@ addMathSupport c = do
updateLayout $ \l ->
case mathMethod conf of
JsMathScript -> addScripts l ["jsMath/easy/load.js"]
MathML -> addScripts l ["MathMLInHTML.js"]
MathML -> addScripts l ["MathMLinHTML.js"]
RawTeX -> l
return c

Expand Down

0 comments on commit 023e1e9

Please sign in to comment.