Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
realdigger committed Dec 21, 2015
1 parent 05df46e commit bee76a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Mod-MathJax.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ function addMathjaxCopyright()
global $context;

if ($context['current_action'] == 'credits') {
$context['copyrights']['mods'][] = '<a href="http://mysmf.ru/mods/mathjax" title="SMF MathJax Mod" target="_blank">MathJax for SMF</a> &copy; 2011—2015, digger | <a href="http://www.mathjax.org" title="Powered by MathJax" target="_blank">Powered by MathJax</a>.';
$context['copyrights']['mods'][] = '<a href="http://mysmf.ru/mods/mathjax" title="SMF MathJax Mod" target="_blank">MathJax for SMF</a> &copy; 2011—2015, digger | <a href="http://www.mathjax.org" title="Powered by MathJax" target="_blank">Powered by MathJax</a>';
}
}
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</install>

<uninstall for="2.0 - 2.0.99">
<remove-file name="$sourcedir/Mod-Mathjax.php"/>
<remove-file name="$sourcedir/Mod-MathJax.php"/>
<remove-file name="$imagesdir/bbc/latex.gif"/>
<remove-file name="$imagesdir/bbc/latex_inline.gif"/>
<code>hooks.php</code>
Expand Down

0 comments on commit bee76a4

Please sign in to comment.