summaryrefslogtreecommitdiffstats
path: root/user_guide/installation/upgrade_160.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-09-04 21:29:17 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-09-04 21:29:17 +0200
commite0fc57bffe1220b149b3f4f9ed800c8dd356bd57 (patch)
tree81171f1167de0836fda065ea9973a801c133102a /user_guide/installation/upgrade_160.html
parent0134ca4d6be32009c7fb7d40cfdbd31e19b970c3 (diff)
removed random invisible character (ASCII 194) from HTML and PHP files
Diffstat (limited to 'user_guide/installation/upgrade_160.html')
-rw-r--r--user_guide/installation/upgrade_160.html4
1 files changed, 2 insertions, 2 deletions
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
<p>Add the following to system/application/autoload.php</p>
<p><code> /*<br />
| -------------------------------------------------------------------<br />
- |  Auto-load Model files<br />
+ | Auto-load Model files<br />
| -------------------------------------------------------------------<br />
| Prototype:<br />
|<br />
- |    $autoload['model'] = array('my_model');<br />
+ | $autoload['model'] = array('my_model');<br />
|<br />
*/<br />
<br />