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

Commit

Permalink
Merge pull request #62 from LanghaniKuldeep/kuldeep/fix-tinymce-tags-…
Browse files Browse the repository at this point in the history
…filtering

[MCKIN-8266] <span> and <i> Tags are being removed fixed in tinymce.
  • Loading branch information
natabene authored Aug 5, 2019
2 parents 823a5d6 + ae4fa8e commit a192217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def is_requirement(line):


README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
VERSION = '1.2.1'
VERSION = '1.2.2'

if sys.argv[-1] == 'tag':
print("Tagging the version on github:")
Expand Down
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 a192217

Please sign in to comment.