1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 23:00:57 +00:00

modified md file view, edit, preview;modified shared-file and history-file view for md & seaf

This commit is contained in:
llj
2012-11-28 15:24:11 +08:00
parent 20c467b0a8
commit fbd13ef381
5 changed files with 114 additions and 64 deletions

View File

@@ -101,7 +101,7 @@
{% endifnotequal %}
{% if err %}
$('#file-view').html('<p class="error">{{ err }}</p>').addClass('file-view-tip');
$('#file-view').html('<div id="md-view" class="article"><p class="error">{{ err }}</p></div>');
{% endif %}
{% endif %}