Completed
Pull Request — master (#23)
by
unknown
04:09
created
syntax.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,11 +91,11 @@
 block discarded – undo
91 91
             if ($INFO != null) {
92 92
                 $id = $INFO['id'];
93 93
             }
94
-	    $match = $data[0];
95
-	    $match = ($match == '.') ? $id : $match;
94
+        $match = $data[0];
95
+        $match = ($match == '.') ? $id : $match;
96 96
             if (strstr($match, ".:")) {
97 97
                 resolve_pageid(getNS($id), $match, $exists);
98
-	    }
98
+        }
99 99
             // dbglog($match, "renderer final");
100 100
 
101 101
             $renderer->info['cache'] = false;
Please login to merge, or discard this patch.