mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 02:42:26 +00:00
fix sdoc history filename escapejs (#7397)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
wikiConfig: '{{ wiki_config|safe }}',
|
||||
repoID: '{{ repo.id }}',
|
||||
repoName: '{{ repo.name }}',
|
||||
fileName: '{{ file_name }}',
|
||||
fileName: '{{ file_name|escapejs }}',
|
||||
filePath: '{{ filePath }}',
|
||||
docUuid: '{{ file_uuid }}',
|
||||
assetsUrl: '{{ assets_url }}',
|
||||
|
Reference in New Issue
Block a user