diff --git a/templates/repo_view_file.html b/templates/repo_view_file.html
index f9640015d1..c111d15218 100644
--- a/templates/repo_view_file.html
+++ b/templates/repo_view_file.html
@@ -63,7 +63,7 @@
} else if (can_preview == 'True' && filetype == 'Image') {
$('#file-content').replaceWith('
');
} else {
- $('#file-content').html('无法识别该文件格式,下载文件。');
+ $('#file-content').html('无法识别该文件格式,下载文件。');
}
});