Mark error output as isMathJax

This commit is contained in:
Davide P. Cervone 2013-05-01 13:20:37 -04:00
parent 5ef1e1efc6
commit 6f679216e2

View File

@ -2159,7 +2159,8 @@ MathJax.Hub = {
//
var errorSettings = this.config.errorSettings;
var errorText = MathJax.Localization._(errorSettings.messageId,errorSettings.message);
var error = MathJax.HTML.Element("span",{className:"MathJax_Error",jaxID:"Error"},errorText);
var error = MathJax.HTML.Element("span",
{className:"MathJax_Error", jaxID:"Error", isMathJax:true},errorText);
//
// Attach the menu events
//