diff options
author | student <student@web> | 2015-07-01 13:53:00 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-07-01 13:53:00 -0400 |
commit | a5331a679966a551975aaba8f2a19d069fe8edef (patch) | |
tree | 2eee49444bfe5e419844ddd3e8a7a50655ab602e /doc | |
parent | 5531dcff8230fa330da21c756cdd5e9421715e15 (diff) | |
download | ikiwiki-a5331a679966a551975aaba8f2a19d069fe8edef.tar ikiwiki-a5331a679966a551975aaba8f2a19d069fe8edef.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn | 4 |
1 files changed, 4 insertions, 0 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 bd58eb23e..f47c5086b 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 @@ -25,3 +25,7 @@ The rebuild of an old site containing math is missing the following lines: <hr> </noscript> +---------------------- + +I finally noticed that the `page.tmpl` was messed up. It seams that the upgrade deleted the relevant `mathjax` line. Adding this makes it work again. Thanks! + |