diff --git a/src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php b/src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php index 36f90fe9ab..0be5049b43 100644 --- a/src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php +++ b/src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php @@ -100,6 +100,7 @@ class Basic extends Toolbar if (api_get_setting('enabled_mathjax') == 'true') { $plugins[] = 'mathjax'; + $config['mathJaxLib'] = api_get_path(WEB_PATH).'web/assets/MathJax/MathJax.js?config=AM_HTMLorMML'; } if (api_get_setting('enabled_asciisvg') == 'true') {