You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug RF#29521: HTML math output not always XHTML compatible
The characters < and & are not allowed in a script tag in XHTML.
So since the HTML converter uses script tags for math elements,
whenever these characters appear in a value the value is wrapped
in a CDATA section to make the output XHTML compatible.
0 commit comments