mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
Fix markup
This commit is contained in:
parent
b2063d3018
commit
5a5101410c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +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…
Reference in a new issue