mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-04 02:45:53 +08:00
Fix markup
This commit is contained in:
parent
f201c5440b
commit
b2063d3018
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ module TinyMceImages
|
|||
def reassign_tiny_mce_image_references(images = [])
|
||||
object_field = Extends::RICH_TEXT_FIELD_MAPPINGS[self.class.name]
|
||||
description = read_attribute(object_field)
|
||||
|
||||
# Check tinymce for old format
|
||||
description = TinyMceAsset.update_old_tinymce(description)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue