mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
Fix: Add missing xmlns
Change-Id: Id7c92982a914ec26990556662ba971483e58f934
This commit is contained in:
parent
baf038da0d
commit
afc50961ab
|
@ -92,6 +92,7 @@ window.engine = (new (function() {
|
|||
}
|
||||
|
||||
svg.style.position = 'static';
|
||||
svg.setAttribute('xmlns', 'http://www.w3.org/2000/svg');
|
||||
tmpDiv = document.createElement('div');
|
||||
tmpDiv.appendChild(svg);
|
||||
svg.insertBefore(defs, svg.firstChild);
|
||||
|
|
Loading…
Reference in a new issue