diff rhodecode/public/js/mode/mirc/index.html @ 4029:c9bcfe2d2ade

codecleaner
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 Jun 2013 01:11:16 +0200
parents a60a0e9092c6
children
line wrap: on
line diff
--- a/rhodecode/public/js/mode/mirc/index.html	Fri Jun 21 00:36:01 2013 +0200
+++ b/rhodecode/public/js/mode/mirc/index.html	Fri Jun 21 01:11:16 2013 +0200
@@ -135,9 +135,9 @@
     <script>
       var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
         tabMode: "indent",
-		theme: "twilight",
+        theme: "twilight",
         lineNumbers: true,
-		matchBrackets: true,
+        matchBrackets: true,
         indentUnit: 4,
         mode: "text/mirc"
       });