Skip to content

Commit ef6a60e

Browse files
committed
Merge remote-tracking branch 'mainline/2.1.8-develop' into MAGETWO-66588
2 parents a1d5916 + d98c1d3 commit ef6a60e

File tree

1 file changed

+0
-1
lines changed
  • lib/web/mage/adminhtml/wysiwyg/tiny_mce

1 file changed

+0
-1
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ define([
347347
// escape special chars in directives url to use it in regular expression
348348
var url = this.makeDirectiveUrl('%directive%').replace(/([$^.?*!+:=()\[\]{}|\\])/g, '\\$1');
349349
var reg = new RegExp(url.replace('%directive%', '([a-zA-Z0-9,_-]+)'));
350-
content = decodeURIComponent(content);
351350

352351
return content.gsub(reg, function(match) {
353352
return Base64.mageDecode(match[1]);

0 commit comments

Comments
 (0)