From 3689faf7ee7c64d8aa7ff47802560f7532510803 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Jul 2012 06:32:36 -0400 Subject: [PATCH] minor changes --- lib/client/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,