From e0fc57bffe1220b149b3f4f9ed800c8dd356bd57 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 4 Sep 2008 19:29:17 +0000 Subject: removed random invisible character (ASCII 194) from HTML and PHP files --- user_guide/installation/upgrade_160.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/installation/upgrade_160.html') diff --git a/user_guide/installation/upgrade_160.html b/user_guide/installation/upgrade_160.html index a62ae57a1..f9b4c3b94 100644 --- a/user_guide/installation/upgrade_160.html +++ b/user_guide/installation/upgrade_160.html @@ -84,11 +84,11 @@ Upgrading from 1.5.4 to 1.6.0

Add the following to system/application/autoload.php

/*
| -------------------------------------------------------------------
- |  Auto-load Model files
+ | Auto-load Model files
| -------------------------------------------------------------------
| Prototype:
|
- |    $autoload['model'] = array('my_model');
+ | $autoload['model'] = array('my_model');
|
*/

-- cgit v1.2.3-24-g4f1b