Fix 404 typo

Fixes #79
This commit is contained in:
Denis Kisselev 2013-09-24 12:58:30 -07:00
parent 4763b8d970
commit 44b719a069
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ function load_page($tree) {
} else { } else {
$page['title'] = "Oh no"; $page['title'] = "Oh no";
$page['html'] = "<h3>Oh No. That page dosn't exist</h3>"; $page['html'] = "<h3>Oh No. That page doesn't exist</h3>";
} }