Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Span and I Tags removal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LanghaniKuldeep committed Aug 2, 2019
1 parent 823a5d6 commit c67022e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xblockutils/public/studio_edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function StudioEditableXBlockMixin(runtime, element) {
toolbar_items_size: 'small',
toolbar: "formatselect | styleselect | bold italic underline forecolor wrapAsCode | bullist numlist outdent indent blockquote | link unlink | code",
resize: "both",
extended_valid_elements : 'i[class],span[class]',
setup : function(ed) {
ed.on('change', fieldChanged);
}
Expand Down

0 comments on commit c67022e

Please sign in to comment.