Completed
Push — master ( bc2ade...468c58 )
by Tom
03:38 queued 01:50
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.