Mercurial > SimpleWebPresenter
diff index.php @ 88:7a9c45b53866
Add possibility to validate using validator.w3.org
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Wed, 17 Oct 2012 20:43:07 +0200 |
| parents | 4acaab0b02e2 |
| children | 6766250a0baa |
line wrap: on
line diff
--- a/index.php Mon Oct 15 18:32:56 2012 +0200 +++ b/index.php Wed Oct 17 20:43:07 2012 +0200 @@ -24,7 +24,7 @@ try { $input = new InputParser(basePath() . "/master.xml", $cache); - $input->genPage(); + $input->display(); } catch (Exception $e) { errorPage($e, StatusCodes::HTTP_INTERNAL_SERVER_ERROR);
