chore: omit redundant xmlns from svg

This commit is contained in:
Seth Falco 2025-07-10 13:31:54 +01:00
parent 0306d18240
commit 8c2e19f80b
No known key found for this signature in database
GPG key ID: DE1C217EFF01FEC8

View file

@ -125,7 +125,6 @@ export default function themeClassic(
{ {
tagName: 'svg', tagName: 'svg',
attributes: { attributes: {
xmlns: 'http://www.w3.org/2000/svg',
style: 'display: none;', style: 'display: none;',
}, },
innerHTML: SvgSpriteDefs, innerHTML: SvgSpriteDefs,