mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-05 23:25:46 +08:00
fixed oversight;Changed double quote to single
This commit is contained in:
parent
19b9da2e83
commit
a645bcb32d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<% step['components'].each do |key1,value1| #finding section (title of step) %>
|
||||
<% key1 = value1 if value1.class == Hash %>
|
||||
<% if(key1['component_type_id']=='6') %>
|
||||
<% title = sanitize_input(key1["data"]) if key1["data"].present? %>
|
||||
<% title = sanitize_input(key1['data']) if key1['data'].present? %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% title ||=t('protocols.protocols_io_import.comp_append.missing_step') %>
|
||||
|
|
Loading…
Reference in a new issue