mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Fix special characters rendering for asset filenames [SCI-9242] (#6197)
This commit is contained in:
parent
642e3b5ff4
commit
700df3525e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class AssetSerializer < ActiveModel::Serializer
|
|||
end
|
||||
|
||||
def file_name
|
||||
escape_input(object.render_file_name)
|
||||
object.render_file_name
|
||||
end
|
||||
|
||||
def updated_at
|
||||
|
|
Loading…
Reference in a new issue