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 e4ffd59 commit 96d9ed6Copy full SHA for 96d9ed6
lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js
@@ -329,7 +329,7 @@ define([
329
330
encodeDirectives: function(content) {
331
// collect all HTML tags with attributes that contain directives
332
- return content.gsub(/\<([a-z0-9\-\_]+.+?)([a-z0-9\-\_]+=".*?\{\{.+?\}\}.*?".*?)>/i, function(match) {
+ return content.gsub(/<([a-z0-9\-\_]+.+?)([a-z0-9\-\_]+=".*?\{\{.+?\}\}.*?".*?)>/i, function(match) {
333
var attributesString = match[2];
334
335
// process tag attributes string
0 commit comments