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 cf57d15 commit 2be4640Copy full SHA for 2be4640
lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter.js
@@ -674,7 +674,6 @@ define([
674
decodedDirectiveString;
675
// process tag attributes string
676
// eslint-disable-next-line no-useless-escape
677
-
678
attributesString = attributesString.gsub(/([a-z0-9\-\_]+)="(.*?)(\{\{.+?\}\})(.*?)"/i, function (m) {
679
decodedDirectiveString = encodeURIComponent(Base64.mageEncode(m[3].replace(/"/g, '"') + m[4]));
680
0 commit comments