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

[MCKIN-8266] <span> and <i> Tags are being removed fixed in tinymce. #62

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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