style fixes

This commit is contained in:
Joshua Seigler 2016-07-01 16:36:54 -04:00
parent 7f00d09e1e
commit 654a9cd51f
2 changed files with 11 additions and 7 deletions

View file

@ -44,7 +44,7 @@ if( !$match || !is_callable( $match['target'] ) || false === call_user_func_arra
try {
} catch (Exception $e) {
header($_SERVER["SERVER_PROTOCOL"]." 500 Server Error", true, 500);
echo 'There was some problem generating that for you.';
echo '<h1>500 Server Error</h1><p>There was a problem generating this page</p>';
return true;
}