]> git.mxchange.org Git - friendica-addons.git/commitdiff
fix the submit button
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 1 Jun 2013 06:53:15 +0000 (08:53 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 1 Jun 2013 06:53:15 +0000 (08:53 +0200)
mathjax/mathjax.php

index e57d69bf54f6db84fdbca972622c4d319aea31d2..ccc6ca0c05b0180e00c9c26c8cf86279b4fadae2 100644 (file)
@@ -72,6 +72,7 @@ function mathjax_plugin_admin (&$a, &$o) {
        }
 
        $o = replace_macros( $t, array(
+               '$submit' => t('Submit'),
                '$baseurl' => array('baseurl', t('MathJax Base URL'), get_config('mathjax','baseurl' ), t('The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax.')),
        ));
 }