Completed
Pull Request — master (#38)
by Tom
02:12
created
Pivot.skin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 		$this->html('headelement');
67 67
 		switch ($wgPivotFeatures['usePivotTabs']) {
68 68
 			case true:
69
-			    ob_start();
69
+				ob_start();
70 70
 				$this->html('bodytext');
71 71
 				$out = ob_get_contents();
72 72
 				ob_end_clean();
Please login to merge, or discard this patch.