@@ -8,7 +8,7 @@ |
||
8 | 8 | |
9 | 9 | // Convert any errors to exceptions |
10 | 10 | set_error_handler( |
11 | - function ($no, $str) { |
|
11 | + function($no, $str) { |
|
12 | 12 | throw new Exception("HTML Parse Error: ".$str); |
13 | 13 | }, |
14 | 14 | error_reporting() |