1
0
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:
Michael An
2025-01-20 17:47:32 +08:00
committed by GitHub
parent fae2040680
commit 22c08df773

View File

@@ -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 }}',