From 928c55cbc5f3f162c10077f46d75d0bc0b1cbe53 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 21 Aug 2008 12:46:58 +0000 Subject: further whitespace fixes --- user_guide/installation/upgrade_154.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'user_guide/installation/upgrade_154.html') diff --git a/user_guide/installation/upgrade_154.html b/user_guide/installation/upgrade_154.html index 90bc7d3cc..01389f338 100644 --- a/user_guide/installation/upgrade_154.html +++ b/user_guide/installation/upgrade_154.html @@ -80,15 +80,15 @@ Upgrading from 1.5.3 to 1.5.4

Step 2: Add charset to your config.php

Add the following to system/application/config/config.php

/*
- |--------------------------------------------------------------------------
- | Default Character Set
- |--------------------------------------------------------------------------
- |
- | This determines which character set is used by default in various methods
- | that require a character set to be provided.
- |
- */
- $config['charset'] = "UTF-8";
+ |--------------------------------------------------------------------------
+ | Default Character Set
+ |--------------------------------------------------------------------------
+ |
+ | This determines which character set is used by default in various methods
+ | that require a character set to be provided.
+ |
+ */
+ $config['charset'] = "UTF-8";

Step 3: Autoloading language files

If you want to autoload any language files, add this line to system/application/config/autoload.php

-- cgit v1.2.3-24-g4f1b