mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 11:14:24 +08:00
Fix issue in report editor [SCI-102]
This commit is contained in:
parent
2f48409fdd
commit
ea8f6a8c6b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ def render_new_element(hide)
|
|||
end
|
||||
|
||||
def render_report_element(element, provided_locals = nil)
|
||||
children_html = ''
|
||||
children_html = ''.html_safe
|
||||
|
||||
# First, recursively render element's children
|
||||
if element.comments? || element.project_header?
|
||||
|
|
Loading…
Reference in a new issue