Skip to content

Commit a08768e

Browse files
committed
MAGETWO-91122: Html attributes auto removed from WYSIWYG Editor
1 parent c6b8a27 commit a08768e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/html5-schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ define([
150150
['input button select textarea', 'autofocus'],
151151
['input textarea', 'placeholder onselect onchange onfocus onblur'],
152152
['link script img', 'crossorigin'],
153-
['div','aria-role'],
153+
['div','aria-role']
154154
];
155155

156156
rawData.forEach(function (data) {

0 commit comments

Comments
 (0)