We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5a141 commit b1c2dcaCopy full SHA for b1c2dca
js/mage/adminhtml/wysiwyg/tinymce/setup.js
@@ -353,7 +353,7 @@ tinyMceWysiwygSetup.prototype =
353
354
parseAttributesString: function (attributes) {
355
var result = {};
356
- attributes.gsub(/(\w+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/, function (match) {
+ attributes.gsub(/(\w+)(?:\s*=\s*(?:(?:"((?:\\.|[^"\\])*)")|(?:'((?:\\.|[^'\\])*)')|([^>\s]+)))?/, function (match) {
357
result[match[1]] = match[2];
358
});
359
return result;
0 commit comments