fix the submit button

This commit is contained in:
Tobias Diekershoff 2013-06-01 08:53:15 +02:00
parent ea25e0a612
commit fa0390bdd1
1 changed files with 1 additions and 0 deletions

View 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.')),
));
}