1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 06:34:40 +00:00

Show escaped content in pre tag

This commit is contained in:
xiez
2012-07-03 13:43:29 +08:00
parent a9891a761e
commit 38f20dbaa1

View File

@@ -66,6 +66,6 @@
$('#file-content').html('无法识别该文件格式,<a class="op" href="{{ SITE_ROOT }}repo/{{ repo.id }}/{{ obj_id }}/?file_name={{ file_name }}&op=download">下载文件</a>。');
}
});
</script>
{% endblock %}