@@ -66,7 +66,7 @@ |
||
| 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(); |