Skip to content

Commit e8eea71

Browse files
author
Denys Rul
committed
MAGETWO-50522: Wysiwyg editor is removing html5 tags
- Fix code style
1 parent 7f9e93a commit e8eea71

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ define([
5757
},
5858

5959
getSettings: function(mode) {
60-
var plugins = 'inlinepopups,safari,pagebreak,style,layer,table,advhr,advimage,emotions,iespell,media,searchreplace,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras';
61-
var self = this;
60+
var plugins = 'inlinepopups,safari,pagebreak,style,layer,table,advhr,advimage,emotions,iespell,media,searchreplace,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras',
61+
self = this;
6262

6363
if (this.config.widget_plugin_src) {
6464
plugins = 'magentowidget,' + plugins;

0 commit comments

Comments
 (0)