diff --git a/editor/svg-editor.js b/editor/svg-editor.js
index 62a4bba0..223eef37 100644
--- a/editor/svg-editor.js
+++ b/editor/svg-editor.js
@@ -4576,11 +4576,9 @@ editor.init = function () {
const cur = curConfig[type === 'fill' ? 'initFill' : 'initStroke'];
// set up gradients to be used for the buttons
const svgdocbox = new DOMParser().parseFromString(
- ``,
+ `,
'text/xml'
);