diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 9238ffd7..92067a59 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -531,7 +531,7 @@ // by default, we add the XML prolog back, systems integrating SVG-edit (wikis, CMSs) // can just provide their own custom save handler and might not want the XML prolog - svg = "\n" + svg; + svg = '\n' + svg; // Opens the SVG in new window, with warning about Mozilla bug #308590 when applicable