1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

[repo_transfer_success] bugfix

This commit is contained in:
llj
2015-10-14 14:50:27 +08:00
parent 78b0a91f25
commit c593eaa6dc

View File

@@ -12,7 +12,7 @@
{% block extra_script %}
<script type="text/javascript">
$('.text-panel p').html("{% trans "Library {placeholder} has been transfered." %}".replace('{placeholder}', '<span class="op-target">' + "{{repo.name}}" + '</span>'));
$('.text-panel p').html("{% trans "Library {placeholder} has been transfered." %}".replace('{placeholder}', '<span class="op-target">' + "{{repo.name|escapejs}}" + '</span>'));
</script>
{% endblock %}