diff --git a/lib/client/editor.js b/lib/client/editor.js index 90e16ccb..8fbe3274 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -71,7 +71,7 @@ CloudCommander.Editor.CodeMirror = { (lLeft.className = 'panel hidden'); CodeMirror(lCloudEditor,{ - mode : 'javascript', + mode : 'xml', value : '', theme : 'night', lineNumbers : true,