mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Merge pull request #417 from okriuchykhin/ok_SCI_102_v2
Fix issue in report editor [SCI-102]
This commit is contained in:
commit
735b0c48df
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