X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mathjax%2Fmathjax.php;h=045f4c6add454e27c10e05c08ff65a447d640335;hb=0b459e83794fff75fc9cbd980738147e367becf4;hp=ccc6ca0c05b0180e00c9c26c8cf86279b4fadae2;hpb=0a683452c2752d0022c80d633717143dbab275dc;p=friendica-addons.git diff --git a/mathjax/mathjax.php b/mathjax/mathjax.php index ccc6ca0c..045f4c6a 100644 --- a/mathjax/mathjax.php +++ b/mathjax/mathjax.php @@ -4,7 +4,7 @@ * Name: MathJax * Description: Addon for Friendika to include MathJax (LaTeX math syntax) * Version: 1.0 - * Author: Tobias Diekershoff + * Author: Tobias Diekershoff * License: 3-clause BSD license */ @@ -39,7 +39,7 @@ function mathjax_settings (&$a, &$s) { $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; $s .= ''; } /* we need to add one JavaScript include command to the html output @@ -72,7 +72,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.')), )); }