From 14cd055e5e7fb26eafd60090a7dc63adaab4f3dd Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Fri, 6 Apr 2012 19:00:38 -0400 Subject: [PATCH] Two potential sources of error fixed for MathJax wiki bug. --- templates/main.html | 6 +++--- templates/simplewiki_base.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/main.html b/templates/main.html index 1d30ee6167..f82e65c335 100644 --- a/templates/main.html +++ b/templates/main.html @@ -20,10 +20,10 @@ displayMath: [["\\[","\\]"]]} }); + <%block name="headextra"/> + + - -<%block name="headextra"/> - "> diff --git a/templates/simplewiki_base.html b/templates/simplewiki_base.html index 0f08d612c8..c31499c881 100644 --- a/templates/simplewiki_base.html +++ b/templates/simplewiki_base.html @@ -40,7 +40,7 @@ tex2jax: {inlineMath: [ ['$','$'], ["\\(","\\)"]], displayMath: [ ['$$','$$'], ["\\[","\\]"]]} }); - +