Completed
Push — master ( 94bdbd...7a3c46 )
by Mark
01:55
created
syntax.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -83,16 +83,16 @@
 block discarded – undo
83 83
         global $INFO;
84 84
         global $ID;
85 85
 
86
-	$id = $ID;
86
+    $id = $ID;
87 87
         // If it's a sidebar, get the original id.
88 88
         if ($INFO != null) {
89 89
             $id = $INFO['id'];
90 90
         }
91
-	$match = $data[0];
92
-	$match = ($match == '.') ? $id : $match;
91
+    $match = $data[0];
92
+    $match = ($match == '.') ? $id : $match;
93 93
         if (strstr($match, ".:")) {
94 94
             resolve_pageid(getNS($id), $match, $exists);
95
-	}
95
+    }
96 96
 	    
97 97
         if ($mode == 'xhtml') {
98 98
             $renderer->info['cache'] = false;
Please login to merge, or discard this patch.