aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
diff options
context:
space:
mode:
authorstudent <student@web>2015-07-01 13:34:41 -0400
committeradmin <admin@branchable.com>2015-07-01 13:34:41 -0400
commit4230499c5b068241ef2c9013d7367f17cee47fde (patch)
tree53e28e71d384b677a4accf7ffaeb0d57e74b8592 /doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
parent040c2dac9ed97139bdca51923cc8ac60f5ea353d (diff)
downloadikiwiki-4230499c5b068241ef2c9013d7367f17cee47fde.tar
ikiwiki-4230499c5b068241ef2c9013d7367f17cee47fde.tar.gz
Diffstat (limited to 'doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn')
-rw-r--r--doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn b/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
index acc1d910c..45a2f2eb4 100644
--- a/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
+++ b/doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn
@@ -12,16 +12,16 @@ I installed mathjax as described here http://stackoverflow.com/a/8444409/406686.
The rebuild of an old site containing math is missing the following lines:
-<code>
-<script src="/mathjax/MathJax.js?config=TeX-AMS_HTML-full" type="text/javascript"></script>
-</head>
-<body>
-<noscript>
-<div style="color:#CC0000; text-align:center">
-<b>Warning: <a href="http://www.mathjax.org/">MathJax</a>
-requires JavaScript to process the mathematics on this page.<br>
-If your browser supports JavaScript, be sure it is enabled.</b>
-</div>
-<hr>
-</noscript>
-</code>
+
+ <script src="/mathjax/MathJax.js?config=TeX-AMS_HTML-full" type="text/javascript"></script>
+ </head>
+ <body>
+ <noscript>
+ <div style="color:#CC0000; text-align:center">
+ <b>Warning: <a href="http://www.mathjax.org/">MathJax</a>
+ requires JavaScript to process the mathematics on this page.<br>
+ If your browser supports JavaScript, be sure it is enabled.</b>
+ </div>
+ <hr>
+ </noscript>
+