Completed
Push — develop ( 060e49...f8c17c )
by Serg
05:54
created
manager/includes/header.inc.php 1 patch
Switch Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -18,18 +18,18 @@
 block discarded – undo
18 18
 }
19 19
 
20 20
 switch ($modx->config['manager_theme_mode']) {
21
-    case '1':
22
-        $body_class .= ' lightness';
23
-        break;
24
-    case '2':
25
-        $body_class .= ' light';
26
-        break;
27
-    case '3':
28
-        $body_class .= ' dark';
29
-        break;
30
-    case '4':
31
-        $body_class .= ' darkness';
32
-        break;
21
+        case '1':
22
+            $body_class .= ' lightness';
23
+            break;
24
+        case '2':
25
+            $body_class .= ' light';
26
+            break;
27
+        case '3':
28
+            $body_class .= ' dark';
29
+            break;
30
+        case '4':
31
+            $body_class .= ' darkness';
32
+            break;
33 33
 }
34 34
 
35 35
 $css = 'media/style/' . $modx->config['manager_theme'] . '/style.css?v=' . $lastInstallTime;
Please login to merge, or discard this patch.