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