From 38f20dbaa16f533bd8eb11eefc16af3ecea85386 Mon Sep 17 00:00:00 2001 From: xiez Date: Tue, 3 Jul 2012 13:43:29 +0800 Subject: [PATCH] Show escaped content in pre tag --- templates/repo_view_file.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo_view_file.html b/templates/repo_view_file.html index 81ee55cef8..55bf6908eb 100644 --- a/templates/repo_view_file.html +++ b/templates/repo_view_file.html @@ -66,6 +66,6 @@ $('#file-content').html('无法识别该文件格式,下载文件。'); } }); - + {% endblock %}