Mathjax markdownification of the README #126

Merged
tobiasd merged 3 commits from mathjax into master 2013-06-01 09:24:49 +02:00
Showing only changes of commit fa0390bdd1 - Show all commits

fix the submit button

Tobias Diekershoff 2013-06-01 08:53:15 +02:00

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