From c2f5e7eeb5c9b6ab51b466cb1eacd5cad7fe99d3 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 3 Sep 2011 23:51:14 -0500 Subject: [PATCH] fix config calls in error views. --- application/views/error/404.php | 2 +- application/views/error/500.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/error/404.php b/application/views/error/404.php index 3d497472..089a00f3 100644 --- a/application/views/error/404.php +++ b/application/views/error/404.php @@ -81,7 +81,7 @@

-

We couldn't find the resource you requested. Would you like go to our home page instead?

+

We couldn't find the resource you requested. Would you like go to our home page instead?

\ No newline at end of file diff --git a/application/views/error/500.php b/application/views/error/500.php index b9866194..4e0ee733 100644 --- a/application/views/error/500.php +++ b/application/views/error/500.php @@ -81,7 +81,7 @@

-

Something failed while we were handling your request. Would you like go to our home page instead?

+

Something failed while we were handling your request. Would you like go to our home page instead?

\ No newline at end of file