mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 07:08:55 +00:00
[file_edit] upgraded codemirror to v2.36 to fix md link bug, and fixed css mode bug
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
mode: 'text/x-java',
|
||||
{% endif %}
|
||||
{% if fileext == 'css' %}
|
||||
mode: 'CSS',
|
||||
mode: 'css',
|
||||
{% endif %}
|
||||
{% if fileext == 'html' or fileext == 'xhtml' or fileext == 'htm' %}
|
||||
mode: 'htmlmixed',
|
||||
|
Reference in New Issue
Block a user