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 04784fc commit d03701aCopy full SHA for d03701a
lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter.js
@@ -672,7 +672,7 @@ define([
672
return content.gsub(/<([a-z0-9\-\_]+[^>]+?)([a-z0-9\-\_]+="[^"]*?\{\{.+?\}\}.*?".*?)>/i, function (match) {
673
var attributesString = match[2],
674
decodedDirectiveString;
675
-
+
676
// process tag attributes string
677
// eslint-disable-next-line no-useless-escape
678
attributesString = attributesString.gsub(/([a-z0-9\-\_]+)="(.*?)(\{\{.+?\}\})(.*?)"/i, function (m) {
0 commit comments