mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +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.style.position = 'static';
|
||||||
|
svg.setAttribute('xmlns', 'http://www.w3.org/2000/svg');
|
||||||
tmpDiv = document.createElement('div');
|
tmpDiv = document.createElement('div');
|
||||||
tmpDiv.appendChild(svg);
|
tmpDiv.appendChild(svg);
|
||||||
svg.insertBefore(defs, svg.firstChild);
|
svg.insertBefore(defs, svg.firstChild);
|
||||||
|
|
Loading…
Reference in a new issue