diff --git a/seahub/templates/wopi_file_view_react.html b/seahub/templates/wopi_file_view_react.html index fac4e9eedc..caa2038b33 100644 --- a/seahub/templates/wopi_file_view_react.html +++ b/seahub/templates/wopi_file_view_react.html @@ -7,7 +7,7 @@ {% endblock %} {% block extra_data %} -actionURL: '{{action_url}}', +actionURL: '{{action_url|safe}}', accessToken: '{{access_token}}', accessTokenTtl: '{{access_token_ttl}}', {% endblock %}