X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mathjax%2Fmathjax.php;h=9bff86a2a56bf04f76c021bdd30a587fe66f71ae;hb=09a3321689b51ea5bf8bfb5fedfaa4ddf1a171a7;hp=d97e9649698b1daa58a56166f38ae23330a020b7;hpb=1b250fad733200f28752d1b0bf9c148d95686af1;p=friendica-addons.git diff --git a/mathjax/mathjax.php b/mathjax/mathjax.php index d97e9649..9bff86a2 100644 --- a/mathjax/mathjax.php +++ b/mathjax/mathjax.php @@ -32,14 +32,19 @@ function mathjax_settings (&$a, &$s) { return; $use = get_pconfig(local_user(),'mathjax','use'); $usetext = (($use) ? ' checked="checked" ' : ''); - $s .= '
'; + $s .= ''; $s .= '

MathJax '.t('Settings').'

'; + $s .= '
'; + $s .= ''; } /* we need to add one JavaScript include command to the html output @@ -72,7 +77,7 @@ function mathjax_plugin_admin (&$a, &$o) { } $o = replace_macros( $t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$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.')), )); }