@@ -27,6 +27,6 @@ |
||
27 | 27 | public function debug($val) { |
28 | 28 | ob_start(); |
29 | 29 | var_dump($val); |
30 | - return $this->html('<pre>' . ob_get_clean() . '</pre>'); |
|
30 | + return $this->html('<pre>'.ob_get_clean().'</pre>'); |
|
31 | 31 | } |
32 | 32 | } |
33 | 33 | \ No newline at end of file |