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