From 4b6d493593b7400b7fa81d976fd3dc07ad30fe86 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 7 Dec 2008 17:04:56 +0000 Subject: changed some code in examples from - +?> @@ -150,7 +150,7 @@ class blog extends Controller {

Now load the following URL to see the comment function:

diff --git a/user_guide/general/views.html b/user_guide/general/views.html index a8c3d6029..120e7bbfb 100644 --- a/user_guide/general/views.html +++ b/user_guide/general/views.html @@ -97,7 +97,7 @@ you should do so before continuing.

diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index a840c1ec3..ef8ecf186 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html @@ -142,7 +142,7 @@ In it, place this code and save it to your applications/views/ fold folder:

- +?>

The Upload Folder

diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index 684fe9b51..b49117ed7 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -313,7 +313,7 @@ $this->form_validation->set_rules('email', 'Email', 'required');

Your controller should now look like this:

-