diff --git a/class.php b/class.php index b153388..38f2c44 100644 --- a/class.php +++ b/class.php @@ -61,7 +61,7 @@ public function getBodyHtml() { } //print html tags public function prn() { - if(!ob_start("ob_gzhandler")) ob_start(); + ob_start(); $this->buffer = TRUE; $head_html = FALSE; $body_html = FALSE;