mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
small fix, ordering
This commit is contained in:
parent
346f9feaef
commit
4ed1555ebb
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ module ProtocolsIoHelper
|
|||
end
|
||||
|
||||
def pio_stp_6(iterating_key) # protocols io section(title) parser
|
||||
return CGI.unescapeHTML(pio_eval_title_len(sanitize_input(iterating_key))) if iterating_key.present?
|
||||
return pio_eval_title_len(CGI.unescapeHTML(sanitize_input(iterating_key))) if iterating_key.present?
|
||||
t('protocols.protocols_io_import.comp_append.missing_step')
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue