From 44b719a069724d63e4cafc4e349b34bb01f4830c Mon Sep 17 00:00:00 2001 From: Denis Kisselev Date: Tue, 24 Sep 2013 12:58:30 -0700 Subject: [PATCH] Fix 404 typo Fixes #79 --- libs/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/functions.php b/libs/functions.php index fca70bd..e6c8a30 100644 --- a/libs/functions.php +++ b/libs/functions.php @@ -121,7 +121,7 @@ function load_page($tree) { } else { $page['title'] = "Oh no"; - $page['html'] = "

Oh No. That page dosn't exist

"; + $page['html'] = "

Oh No. That page doesn't exist

"; }