diff --git a/Pivot.skin.php b/Pivot.skin.php index ed2affd..b2f8a74 100644 --- a/Pivot.skin.php +++ b/Pivot.skin.php @@ -64,7 +64,7 @@ class pivotTemplate extends BaseTemplate { wfSuppressWarnings(); $this->html('headelement'); switch ($wgPivotFeatures['usePivotTabs']) { - case 'true': + case true: ob_start(); $this->html('bodytext'); $out = ob_get_contents(); @@ -296,7 +296,7 @@ class pivotTemplate extends BaseTemplate { printTrail(); ?> - +