diff --git a/docs/mathjax.rst b/docs/mathjax.rst
index 9d667005..276b2c7d 100644
--- a/docs/mathjax.rst
+++ b/docs/mathjax.rst
@@ -8,7 +8,7 @@ to be imported and configured anywhere the content is rendered or edited. You ma
In ``settings.py``::
TINYMCE_DEFAULT_CONFIG = {...
- "external_plugins": {'mathjax': 'plugins/mathjax/plugin.min.js'},
+ "external_plugins": {'mathjax': 'plugins/mathjax/plugin.js'},
"toolbar": "...all your other toolbar stuff...| mathjax",
...}
@@ -44,6 +44,6 @@ https://docs.djangoproject.com/en/dev/ref/contrib/admin/ to something like this:
}
};
-
+
{% endblock %}