Charset information in the userguide has been moved above title for internationalization purposes (#4614)
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index b59b9ef..f37982c 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -2,8 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

-<title>Change Log : CodeIgniter User Guide</title>

-

 <style type='text/css' media='all'>@import url('userguide.css');</style>

 <link rel='stylesheet' type='text/css' media='all' href='userguide.css' />

 

@@ -12,13 +10,15 @@
 <script type="text/javascript" src="./nav/moo.fx.js"></script>

 <script type="text/javascript" src="./nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

 <meta name='author' content='ExpressionEngine Dev Team' />

 <meta name='description' content='CodeIgniter User Guide' />

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

+<title>Change Log : CodeIgniter User Guide</title>

+

 </head>

 <body>

 

@@ -79,6 +79,7 @@
 			<li>Added ability to <a href="libraries/input.html">use xss_clean() to test images</a> for XSS, useful for upload security.</li>

 			<li>Improved security in <kbd>xss_clean()</kbd>.</li>

 			<li>Considerably expanded list of mobile user-agents in config/user_agents.php.</li>

+			<li>Charset information in the userguide has been moved above title for internationalization purposes (#4614)</li>

 		</ul>

 	</li>

 </ul>

diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 796d1b2..1a3c9b6 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Active Record : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/caching.html b/user_guide/database/caching.html
index bc1cd0d..d9b9062 100644
--- a/user_guide/database/caching.html
+++ b/user_guide/database/caching.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Database Caching Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/call_function.html b/user_guide/database/call_function.html
index 08b855b..9ea2aba 100644
--- a/user_guide/database/call_function.html
+++ b/user_guide/database/call_function.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Custom Function Calls : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html
index b778040..e14e161 100644
--- a/user_guide/database/configuration.html
+++ b/user_guide/database/configuration.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Database Configuration : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html
index bc4b2e7..8de0460 100644
--- a/user_guide/database/connecting.html
+++ b/user_guide/database/connecting.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Connecting to your Database : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/examples.html b/user_guide/database/examples.html
index debecbf..22d2eba 100644
--- a/user_guide/database/examples.html
+++ b/user_guide/database/examples.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Database Quick Start : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/fields.html b/user_guide/database/fields.html
index 15631df..06ee20e 100644
--- a/user_guide/database/fields.html
+++ b/user_guide/database/fields.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Field Data : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/forge.html b/user_guide/database/forge.html
index f679a4f..cbe5038 100644
--- a/user_guide/database/forge.html
+++ b/user_guide/database/forge.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Database Forge Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/helpers.html b/user_guide/database/helpers.html
index 7d3d0e4..10598f8 100644
--- a/user_guide/database/helpers.html
+++ b/user_guide/database/helpers.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Query Helper Functions : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/index.html b/user_guide/database/index.html
index 506efcc..d67dfc2 100644
--- a/user_guide/database/index.html
+++ b/user_guide/database/index.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>The Database Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/queries.html b/user_guide/database/queries.html
index 6c03005..e5f0a08 100644
--- a/user_guide/database/queries.html
+++ b/user_guide/database/queries.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Queries : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/results.html b/user_guide/database/results.html
index 50f32de..468a835 100644
--- a/user_guide/database/results.html
+++ b/user_guide/database/results.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Generating Query Results : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/table_data.html b/user_guide/database/table_data.html
index 6e4d768..8c82a70 100644
--- a/user_guide/database/table_data.html
+++ b/user_guide/database/table_data.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Table Data : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/transactions.html b/user_guide/database/transactions.html
index b1187a0..5fcc8e3 100644
--- a/user_guide/database/transactions.html
+++ b/user_guide/database/transactions.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Transactions : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html
index 3050801..dd16f5c 100644
--- a/user_guide/database/utilities.html
+++ b/user_guide/database/utilities.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Database Utility Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/doc_style/index.html b/user_guide/doc_style/index.html
index ceb8bea..3253ea7 100644
--- a/user_guide/doc_style/index.html
+++ b/user_guide/doc_style/index.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Writing Documentation : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/doc_style/template.html b/user_guide/doc_style/template.html
index bfec1a2..b267eff 100644
--- a/user_guide/doc_style/template.html
+++ b/user_guide/doc_style/template.html
@@ -1,124 +1,124 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-
-<title>CodeIgniter Project Documentation Template</title>
-
-<style type='text/css' media='all'>@import url('./userguide.css');</style>
-<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
-
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta http-equiv='expires' content='-1' />
-<meta http-equiv= 'pragma' content='no-cache' />
-<meta name='robots' content='all' />
-
-</head>
-<body>
-
-<!-- START NAVIGATION -->
-<div id="nav"><div id="nav_inner"></div></div>
-<div id="nav2"><a name="top">&nbsp;</a></div>
-<div id="masthead">
-<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
-<tr>
-<td><h1>Project Title</h1></td>
-<td id="breadcrumb_right"><a href="#">Right Breadcrumb</a></td>
-</tr>
-</table>
-</div>
-<!-- END NAVIGATION -->
-
-
-<!-- START BREADCRUMB -->
-<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
-<tr>
-<td id="breadcrumb">
-<a href="http://example.com/">Project Home</a> &nbsp;&#8250;&nbsp;
-<a href="#">User Guide Home</a> &nbsp;&#8250;&nbsp;
-Foo Class
-</td>
-<td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="example.com/user_guide/" />Search Project User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td>
-</tr>
-</table>
-<!-- END BREADCRUMB -->
-
-<br clear="all" />
-
-
-<!-- START CONTENT -->
-<div id="content">
-
-
-<h1>Foo Class</h1>
-
-<p>Brief description of Foo Class.  If it extends a native CodeIgniter class, please link to the class in the CodeIgniter documents here.</p>
-
-<p class="important"><strong>Important:</strong>&nbsp; This is an important note with <kbd>EMPHASIS</kbd>.</p>
-	
-<p>Features:</p>
-
-<ul>
-	<li>Foo</li>
-	<li>Bar</li>
-</ul>
-
-<h2>Usage Heading</h2>
-
-<p>Description of using Foo.  Highlight variables and filenames in regular text with the <var>&lt;var&gt; tag</var>, and code using the <dfn>&lt;dfn&gt; tag</dfn>.</p>
-
-<code>
-	$this->load->library('foo');<br />
-	<br />
-	$this->foo->bar('bat');
-</code>
-
-
-<h2>Table Preferences</h2>
-
-<p>Use tables where appropriate for long lists of preferences.</p>
-
-
-<table cellpadding="0" cellspacing="1" border="0" style="width:100%" class="tableborder">
-<tr>
-	<th>Preference</th>
-	<th>Default&nbsp;Value</th>
-	<th>Options</th>
-	<th>Description</th>
-</tr>
-<tr>
-	<td class="td"><strong>foo</strong></td>
-	<td class="td">Foo</td>
-	<td class="td">None</td>
-	<td class="td">Description of foo.</td>
-</tr>
-<tr>
-	<td class="td"><strong>bar</strong></td>
-	<td class="td">Bar</td>
-	<td class="td">bat, bag, or bak</td>
-	<td class="td">Description of bar.</td>
-</tr>
-</table>
-
-<h2>Foo Function Reference</h2>
-
-<h3>$this->foo->bar()</h3>
-<p>Description</p>
-<code>$this->foo->bar('<var>baz</var>')</code>
-
-</div>
-<!-- END CONTENT -->
-
-
-<div id="footer">
-<p>
-Previous Topic:&nbsp;&nbsp;<a href="database/index.html">Previous Class</a>
-&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
-<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
-<a href="#">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
-Next Topic:&nbsp;&nbsp;<a href="#">Next Class</a>
-</p>
-<p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006-2008 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
-</div>
-
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

+<head>

+

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

+<title>CodeIgniter Project Documentation Template</title>

+

+<style type='text/css' media='all'>@import url('./userguide.css');</style>

+<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />

+

+<meta http-equiv='expires' content='-1' />

+<meta http-equiv= 'pragma' content='no-cache' />

+<meta name='robots' content='all' />

+

+</head>

+<body>

+

+<!-- START NAVIGATION -->

+<div id="nav"><div id="nav_inner"></div></div>

+<div id="nav2"><a name="top">&nbsp;</a></div>

+<div id="masthead">

+<table cellpadding="0" cellspacing="0" border="0" style="width:100%">

+<tr>

+<td><h1>Project Title</h1></td>

+<td id="breadcrumb_right"><a href="#">Right Breadcrumb</a></td>

+</tr>

+</table>

+</div>

+<!-- END NAVIGATION -->

+

+

+<!-- START BREADCRUMB -->

+<table cellpadding="0" cellspacing="0" border="0" style="width:100%">

+<tr>

+<td id="breadcrumb">

+<a href="http://example.com/">Project Home</a> &nbsp;&#8250;&nbsp;

+<a href="#">User Guide Home</a> &nbsp;&#8250;&nbsp;

+Foo Class

+</td>

+<td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="example.com/user_guide/" />Search Project User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td>

+</tr>

+</table>

+<!-- END BREADCRUMB -->

+

+<br clear="all" />

+

+

+<!-- START CONTENT -->

+<div id="content">

+

+

+<h1>Foo Class</h1>

+

+<p>Brief description of Foo Class.  If it extends a native CodeIgniter class, please link to the class in the CodeIgniter documents here.</p>

+

+<p class="important"><strong>Important:</strong>&nbsp; This is an important note with <kbd>EMPHASIS</kbd>.</p>

+	

+<p>Features:</p>

+

+<ul>

+	<li>Foo</li>

+	<li>Bar</li>

+</ul>

+

+<h2>Usage Heading</h2>

+

+<p>Description of using Foo.  Highlight variables and filenames in regular text with the <var>&lt;var&gt; tag</var>, and code using the <dfn>&lt;dfn&gt; tag</dfn>.</p>

+

+<code>

+	$this->load->library('foo');<br />

+	<br />

+	$this->foo->bar('bat');

+</code>

+

+

+<h2>Table Preferences</h2>

+

+<p>Use tables where appropriate for long lists of preferences.</p>

+

+

+<table cellpadding="0" cellspacing="1" border="0" style="width:100%" class="tableborder">

+<tr>

+	<th>Preference</th>

+	<th>Default&nbsp;Value</th>

+	<th>Options</th>

+	<th>Description</th>

+</tr>

+<tr>

+	<td class="td"><strong>foo</strong></td>

+	<td class="td">Foo</td>

+	<td class="td">None</td>

+	<td class="td">Description of foo.</td>

+</tr>

+<tr>

+	<td class="td"><strong>bar</strong></td>

+	<td class="td">Bar</td>

+	<td class="td">bat, bag, or bak</td>

+	<td class="td">Description of bar.</td>

+</tr>

+</table>

+

+<h2>Foo Function Reference</h2>

+

+<h3>$this->foo->bar()</h3>

+<p>Description</p>

+<code>$this->foo->bar('<var>baz</var>')</code>

+

+</div>

+<!-- END CONTENT -->

+

+

+<div id="footer">

+<p>

+Previous Topic:&nbsp;&nbsp;<a href="database/index.html">Previous Class</a>

+&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

+<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

+<a href="#">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

+Next Topic:&nbsp;&nbsp;<a href="#">Next Class</a>

+</p>

+<p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006-2008 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p>

+</div>

+

+</body>

 </html>
\ No newline at end of file
diff --git a/user_guide/general/alternative_php.html b/user_guide/general/alternative_php.html
index 221109a..1d9bd50 100644
--- a/user_guide/general/alternative_php.html
+++ b/user_guide/general/alternative_php.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Alternate PHP Syntax for View Files : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/ancillary_classes.html b/user_guide/general/ancillary_classes.html
index 7530766..6a896cc 100644
--- a/user_guide/general/ancillary_classes.html
+++ b/user_guide/general/ancillary_classes.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Creating Ancillary Classes : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/autoloader.html b/user_guide/general/autoloader.html
index 3456fba..6233fe1 100644
--- a/user_guide/general/autoloader.html
+++ b/user_guide/general/autoloader.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Auto-loading Resources : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/caching.html b/user_guide/general/caching.html
index 591fbb6..136f505 100644
--- a/user_guide/general/caching.html
+++ b/user_guide/general/caching.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Web Page Caching : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/common_functions.html b/user_guide/general/common_functions.html
index e7cf9e0..0daa36b 100644
--- a/user_guide/general/common_functions.html
+++ b/user_guide/general/common_functions.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Common Functions : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html
index 4c0c506..034f1b2 100644
--- a/user_guide/general/controllers.html
+++ b/user_guide/general/controllers.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Controllers : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/core_classes.html b/user_guide/general/core_classes.html
index ff9896c..bc307dd 100644
--- a/user_guide/general/core_classes.html
+++ b/user_guide/general/core_classes.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Creating Core System Classes : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/creating_libraries.html b/user_guide/general/creating_libraries.html
index c131870..eda7e57 100644
--- a/user_guide/general/creating_libraries.html
+++ b/user_guide/general/creating_libraries.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Creating Libraries : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/credits.html b/user_guide/general/credits.html
index ed2d08d..a0d2c46 100644
--- a/user_guide/general/credits.html
+++ b/user_guide/general/credits.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Credits : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/errors.html b/user_guide/general/errors.html
index 91bd343..548f7ce 100644
--- a/user_guide/general/errors.html
+++ b/user_guide/general/errors.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Error Handling : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/helpers.html b/user_guide/general/helpers.html
index aa14a2d..30a114e 100644
--- a/user_guide/general/helpers.html
+++ b/user_guide/general/helpers.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Helper Functions : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html
index 60bdf02..d0ea96e 100644
--- a/user_guide/general/hooks.html
+++ b/user_guide/general/hooks.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Hooks : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/index.html b/user_guide/general/index.html
index 2b11442..a7bba69 100644
--- a/user_guide/general/index.html
+++ b/user_guide/general/index.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Getting Started With CodeIgniter : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/libraries.html b/user_guide/general/libraries.html
index 395b9ea..5d17a76 100644
--- a/user_guide/general/libraries.html
+++ b/user_guide/general/libraries.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Using CodeIgniter Libraries : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html
index 7f65b79..517c08c 100644
--- a/user_guide/general/managing_apps.html
+++ b/user_guide/general/managing_apps.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Managing your Applications : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/models.html b/user_guide/general/models.html
index 5217257..8472cc5 100644
--- a/user_guide/general/models.html
+++ b/user_guide/general/models.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Models : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/plugins.html b/user_guide/general/plugins.html
index 4b394f0..dcd3a6f 100644
--- a/user_guide/general/plugins.html
+++ b/user_guide/general/plugins.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Plugins : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/profiling.html b/user_guide/general/profiling.html
index e7d3a53..1cc9e88 100644
--- a/user_guide/general/profiling.html
+++ b/user_guide/general/profiling.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Profiling Your Application : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/quick_reference.html b/user_guide/general/quick_reference.html
index 71163a4..91e549d 100644
--- a/user_guide/general/quick_reference.html
+++ b/user_guide/general/quick_reference.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Quick Reference Chart : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/requirements.html b/user_guide/general/requirements.html
index c45c1ef..5b536ec 100644
--- a/user_guide/general/requirements.html
+++ b/user_guide/general/requirements.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Server Requirements : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/reserved_names.html b/user_guide/general/reserved_names.html
index 79e5940..a5d8f5d 100644
--- a/user_guide/general/reserved_names.html
+++ b/user_guide/general/reserved_names.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Reserved Names : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/routing.html b/user_guide/general/routing.html
index e6642fb..b282e18 100644
--- a/user_guide/general/routing.html
+++ b/user_guide/general/routing.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>URI Routing : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/scaffolding.html b/user_guide/general/scaffolding.html
index 7dc66d1..417cb10 100644
--- a/user_guide/general/scaffolding.html
+++ b/user_guide/general/scaffolding.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Scaffolding : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/security.html b/user_guide/general/security.html
index 779292a..979397c 100644
--- a/user_guide/general/security.html
+++ b/user_guide/general/security.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Security : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/urls.html b/user_guide/general/urls.html
index 8ba46e3..9230f98 100644
--- a/user_guide/general/urls.html
+++ b/user_guide/general/urls.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter URLs : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/general/views.html b/user_guide/general/views.html
index 4aa2a1f..3417f55 100644
--- a/user_guide/general/views.html
+++ b/user_guide/general/views.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Views : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/array_helper.html b/user_guide/helpers/array_helper.html
index 474f953..fbe75bb 100644
--- a/user_guide/helpers/array_helper.html
+++ b/user_guide/helpers/array_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Array Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/compatibility_helper.html b/user_guide/helpers/compatibility_helper.html
index cc145a8..434c274 100644
--- a/user_guide/helpers/compatibility_helper.html
+++ b/user_guide/helpers/compatibility_helper.html
@@ -1,118 +1,118 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-
-<title>Compatibility Helper : CodeIgniter User Guide</title>
-
-<style type='text/css' media='all'>@import url('../userguide.css');</style>
-<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
-
-<script type="text/javascript" src="../nav/nav.js"></script>
-<script type="text/javascript" src="../nav/prototype.lite.js"></script>
-<script type="text/javascript" src="../nav/moo.fx.js"></script>
-<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta http-equiv='expires' content='-1' />
-<meta http-equiv= 'pragma' content='no-cache' />
-<meta name='robots' content='all' />
-<meta name='author' content='ExpressionEngine Dev Team' />
-<meta name='description' content='CodeIgniter User Guide' />
-
-</head>
-<body>
-
-<!-- START NAVIGATION -->
-<div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div>
-<div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle.jpg" width="153" height="44" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div>
-<div id="masthead">
-<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
-<tr>
-<td><h1>CodeIgniter User Guide Version 1.6.2</h1></td>
-<td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td>
-</tr>
-</table>
-</div>
-<!-- END NAVIGATION -->
-
-
-<!-- START BREADCRUMB -->
-
-<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
-<tr>
-<td id="breadcrumb">
-<a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp;
-<a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp;
-Compatibility Helper
-</td>
-<td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td>
-</tr>
-</table>
-<!-- END BREADCRUMB -->
-
-<br clear="all" />
-
-
-<!-- START CONTENT -->
-<div id="content">
-
-
-<h1>Compatibility Helper</h1>
-
-<p>The Compatibility Helper file contains PHP 4 implementations of some PHP 5 only native PHP functions and constants.  This can be useful
-	if you'd like to take advantage of some of these native function but your application may end up running on a PHP 4 server.
-	In these cases, it may be advantageous to <a href="../general/autoloader.html">Auto-load</a> the Compatibility Helper so you
-	do not have to load it in each controller.</p>
-
-<p class="important"><strong>Note:</strong> There are a few compatibility functions that are in CodeIgniter's native Compat.php file.
-	You may use those functions without loading this helper.  The functions are split between that file and this Helper so that only
-	functions required by the framework are included by default.  This way, whether or not you load the additional functions in this Helper
-	remains your choice.</p>
-	
-<h2>Loading this Helper</h2>
-
-<p>This helper is loaded using the following code:</p>
-<code>$this->load->helper('compatibility');</code>
-
-<h2>Available Constants</h2>
-<p>The following constants are available:</p>
-
-<h3>PHP_EOL</h3>
-<p>The newline character for the server's current OS, e.g. on Windows systems "\r\n", on *nix "\n".
-
-<h2>Available Functions</h2>
-<p>The following functions are available (see linked PHP documentation for documentation):</p>
-
-<h3><a href="http://us.php.net/manual/en/function.file-put-contents.php">file_put_contents()</a> - The fourth parameter, <var>$context</var>, is not supported.</h3>
-
-<h3><a href="http://us.php.net/manual/en/function.fputcsv.php">fputcsv()</a></h3>
-
-<h3><a href="http://us.php.net/manual/en/function.http-build-query.php">http_build_query()</a></h3>
-
-<h3><a href="http://us.php.net/manual/en/function.str-ireplace.php">str_ireplace()</a> - The fourth parameter, <var>$count</var>, is not supported, as PHP 4 would make it become required.</h3>
-
-<h3><a href="http://us.php.net/manual/en/function.stripos.php">stripos()</a></h3>
-
-
-
-
-
-
-
-</div>
-<!-- END CONTENT -->
-
-
-<div id="footer">
-<p>
-Previous Topic:&nbsp;&nbsp;<a href="array_helper.html">Array Helper</a>
-&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
-<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
-<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
-Next Topic:&nbsp;&nbsp;<a href="cookie_helper.html">Cookie Helper</a>
-</p>
-<p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006-2008 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
-</div>
-
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

+<head>

+

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

+<title>Compatibility Helper : CodeIgniter User Guide</title>

+

+<style type='text/css' media='all'>@import url('../userguide.css');</style>

+<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />

+

+<script type="text/javascript" src="../nav/nav.js"></script>

+<script type="text/javascript" src="../nav/prototype.lite.js"></script>

+<script type="text/javascript" src="../nav/moo.fx.js"></script>

+<script type="text/javascript" src="../nav/user_guide_menu.js"></script>

+

+<meta http-equiv='expires' content='-1' />

+<meta http-equiv= 'pragma' content='no-cache' />

+<meta name='robots' content='all' />

+<meta name='author' content='ExpressionEngine Dev Team' />

+<meta name='description' content='CodeIgniter User Guide' />

+

+</head>

+<body>

+

+<!-- START NAVIGATION -->

+<div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div>

+<div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle.jpg" width="153" height="44" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div>

+<div id="masthead">

+<table cellpadding="0" cellspacing="0" border="0" style="width:100%">

+<tr>

+<td><h1>CodeIgniter User Guide Version 1.6.2</h1></td>

+<td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td>

+</tr>

+</table>

+</div>

+<!-- END NAVIGATION -->

+

+

+<!-- START BREADCRUMB -->

+

+<table cellpadding="0" cellspacing="0" border="0" style="width:100%">

+<tr>

+<td id="breadcrumb">

+<a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp;

+<a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp;

+Compatibility Helper

+</td>

+<td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td>

+</tr>

+</table>

+<!-- END BREADCRUMB -->

+

+<br clear="all" />

+

+

+<!-- START CONTENT -->

+<div id="content">

+

+

+<h1>Compatibility Helper</h1>

+

+<p>The Compatibility Helper file contains PHP 4 implementations of some PHP 5 only native PHP functions and constants.  This can be useful

+	if you'd like to take advantage of some of these native function but your application may end up running on a PHP 4 server.

+	In these cases, it may be advantageous to <a href="../general/autoloader.html">Auto-load</a> the Compatibility Helper so you

+	do not have to load it in each controller.</p>

+

+<p class="important"><strong>Note:</strong> There are a few compatibility functions that are in CodeIgniter's native Compat.php file.

+	You may use those functions without loading this helper.  The functions are split between that file and this Helper so that only

+	functions required by the framework are included by default.  This way, whether or not you load the additional functions in this Helper

+	remains your choice.</p>

+	

+<h2>Loading this Helper</h2>

+

+<p>This helper is loaded using the following code:</p>

+<code>$this->load->helper('compatibility');</code>

+

+<h2>Available Constants</h2>

+<p>The following constants are available:</p>

+

+<h3>PHP_EOL</h3>

+<p>The newline character for the server's current OS, e.g. on Windows systems "\r\n", on *nix "\n".

+

+<h2>Available Functions</h2>

+<p>The following functions are available (see linked PHP documentation for documentation):</p>

+

+<h3><a href="http://us.php.net/manual/en/function.file-put-contents.php">file_put_contents()</a> - The fourth parameter, <var>$context</var>, is not supported.</h3>

+

+<h3><a href="http://us.php.net/manual/en/function.fputcsv.php">fputcsv()</a></h3>

+

+<h3><a href="http://us.php.net/manual/en/function.http-build-query.php">http_build_query()</a></h3>

+

+<h3><a href="http://us.php.net/manual/en/function.str-ireplace.php">str_ireplace()</a> - The fourth parameter, <var>$count</var>, is not supported, as PHP 4 would make it become required.</h3>

+

+<h3><a href="http://us.php.net/manual/en/function.stripos.php">stripos()</a></h3>

+

+

+

+

+

+

+

+</div>

+<!-- END CONTENT -->

+

+

+<div id="footer">

+<p>

+Previous Topic:&nbsp;&nbsp;<a href="array_helper.html">Array Helper</a>

+&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

+<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

+<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

+Next Topic:&nbsp;&nbsp;<a href="cookie_helper.html">Cookie Helper</a>

+</p>

+<p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006-2008 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p>

+</div>

+

+</body>

 </html>
\ No newline at end of file
diff --git a/user_guide/helpers/cookie_helper.html b/user_guide/helpers/cookie_helper.html
index 8f86fb4..7e589f4 100644
--- a/user_guide/helpers/cookie_helper.html
+++ b/user_guide/helpers/cookie_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Cookie Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html
index ae19f60..0b74ba1 100644
--- a/user_guide/helpers/date_helper.html
+++ b/user_guide/helpers/date_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Date Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/directory_helper.html b/user_guide/helpers/directory_helper.html
index c677e2e..38e0641 100644
--- a/user_guide/helpers/directory_helper.html
+++ b/user_guide/helpers/directory_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Directory Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/download_helper.html b/user_guide/helpers/download_helper.html
index 778aafb..61c6445 100644
--- a/user_guide/helpers/download_helper.html
+++ b/user_guide/helpers/download_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Download Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/email_helper.html b/user_guide/helpers/email_helper.html
index 39bbdb3..8b72de4 100644
--- a/user_guide/helpers/email_helper.html
+++ b/user_guide/helpers/email_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Email Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/file_helper.html b/user_guide/helpers/file_helper.html
index 2c3dba1..e1205f9 100644
--- a/user_guide/helpers/file_helper.html
+++ b/user_guide/helpers/file_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>File Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html
index 3240684..5e556dc 100644
--- a/user_guide/helpers/form_helper.html
+++ b/user_guide/helpers/form_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Form Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/html_helper.html b/user_guide/helpers/html_helper.html
index 3b68c39..1fea3ce 100644
--- a/user_guide/helpers/html_helper.html
+++ b/user_guide/helpers/html_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>HTML Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/inflector_helper.html b/user_guide/helpers/inflector_helper.html
index 464d129..328b41d 100644
--- a/user_guide/helpers/inflector_helper.html
+++ b/user_guide/helpers/inflector_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Inflector Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/path_helper.html b/user_guide/helpers/path_helper.html
index 0fba20b..c2aa347 100644
--- a/user_guide/helpers/path_helper.html
+++ b/user_guide/helpers/path_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Path Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/security_helper.html b/user_guide/helpers/security_helper.html
index 0e1b3e7..4dbd165 100644
--- a/user_guide/helpers/security_helper.html
+++ b/user_guide/helpers/security_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Security Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html
index a3444ff..7b59ec2 100644
--- a/user_guide/helpers/smiley_helper.html
+++ b/user_guide/helpers/smiley_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Smiley Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html
index 07c6cc8..daa5735 100644
--- a/user_guide/helpers/string_helper.html
+++ b/user_guide/helpers/string_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>String Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/text_helper.html b/user_guide/helpers/text_helper.html
index 7697f88..231887e 100644
--- a/user_guide/helpers/text_helper.html
+++ b/user_guide/helpers/text_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Text Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/typography_helper.html b/user_guide/helpers/typography_helper.html
index 547338d..18efb9d 100644
--- a/user_guide/helpers/typography_helper.html
+++ b/user_guide/helpers/typography_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Typography Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html
index 1650fdb..2c0b255 100644
--- a/user_guide/helpers/url_helper.html
+++ b/user_guide/helpers/url_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>URL Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/helpers/xml_helper.html b/user_guide/helpers/xml_helper.html
index b9dd818..5d5360a 100644
--- a/user_guide/helpers/xml_helper.html
+++ b/user_guide/helpers/xml_helper.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>XML Helper : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/index.html b/user_guide/index.html
index 7d69b33..8200bf5 100644
--- a/user_guide/index.html
+++ b/user_guide/index.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Welcome to CodeIgniter : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="nav/moo.fx.js"></script>

 <script type="text/javascript" src="nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html
index 661ec48..3f42040 100644
--- a/user_guide/installation/downloads.html
+++ b/user_guide/installation/downloads.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Downloading CodeIgniter : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html
index e6eaaab..8628784 100644
--- a/user_guide/installation/index.html
+++ b/user_guide/installation/index.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Installation Instructions : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/troubleshooting.html b/user_guide/installation/troubleshooting.html
index 1f3875b..fc267c3 100644
--- a/user_guide/installation/troubleshooting.html
+++ b/user_guide/installation/troubleshooting.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Troubleshooting : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_120.html b/user_guide/installation/upgrade_120.html
index 5a3373d..0013784 100644
--- a/user_guide/installation/upgrade_120.html
+++ b/user_guide/installation/upgrade_120.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_130.html b/user_guide/installation/upgrade_130.html
index 941aaf8..9c91ada 100644
--- a/user_guide/installation/upgrade_130.html
+++ b/user_guide/installation/upgrade_130.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_131.html b/user_guide/installation/upgrade_131.html
index 13d2eea..bc79fb3 100644
--- a/user_guide/installation/upgrade_131.html
+++ b/user_guide/installation/upgrade_131.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_132.html b/user_guide/installation/upgrade_132.html
index b65e502..94099b4 100644
--- a/user_guide/installation/upgrade_132.html
+++ b/user_guide/installation/upgrade_132.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_133.html b/user_guide/installation/upgrade_133.html
index 945f8eb..d0e68c4 100644
--- a/user_guide/installation/upgrade_133.html
+++ b/user_guide/installation/upgrade_133.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_140.html b/user_guide/installation/upgrade_140.html
index 9c1b6b7..bbd1f86 100644
--- a/user_guide/installation/upgrade_140.html
+++ b/user_guide/installation/upgrade_140.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_141.html b/user_guide/installation/upgrade_141.html
index c2fe128..b7dfe00 100644
--- a/user_guide/installation/upgrade_141.html
+++ b/user_guide/installation/upgrade_141.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html
index cb9d25c..b5a2afd 100644
--- a/user_guide/installation/upgrade_150.html
+++ b/user_guide/installation/upgrade_150.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_152.html b/user_guide/installation/upgrade_152.html
index 0310f12..984ad21 100644
--- a/user_guide/installation/upgrade_152.html
+++ b/user_guide/installation/upgrade_152.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_153.html b/user_guide/installation/upgrade_153.html
index ea54505..e86b306 100644
--- a/user_guide/installation/upgrade_153.html
+++ b/user_guide/installation/upgrade_153.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_154.html b/user_guide/installation/upgrade_154.html
index 83ea6e2..96e133d 100644
--- a/user_guide/installation/upgrade_154.html
+++ b/user_guide/installation/upgrade_154.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Upgrading from 1.5.3 to 1.5.4 : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_160.html b/user_guide/installation/upgrade_160.html
index 88c66d1..d111069 100644
--- a/user_guide/installation/upgrade_160.html
+++ b/user_guide/installation/upgrade_160.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Upgrading from 1.5.4 to 1.6.0 : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_161.html b/user_guide/installation/upgrade_161.html
index 88992a2..43b0c5c 100644
--- a/user_guide/installation/upgrade_161.html
+++ b/user_guide/installation/upgrade_161.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Upgrading from 1.6.0 to 1.6.1 : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_162.html b/user_guide/installation/upgrade_162.html
index 20917e9..ea9f62b 100644
--- a/user_guide/installation/upgrade_162.html
+++ b/user_guide/installation/upgrade_162.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Upgrading from 1.6.1 to 1.6.2 : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrade_b11.html b/user_guide/installation/upgrade_b11.html
index d9e71e9..9e3e61d 100644
--- a/user_guide/installation/upgrade_b11.html
+++ b/user_guide/installation/upgrade_b11.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/installation/upgrading.html b/user_guide/installation/upgrading.html
index 307d6b7..7b9eb65 100644
--- a/user_guide/installation/upgrading.html
+++ b/user_guide/installation/upgrading.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Upgrading From a Previous Version : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html
index 8f8a33e..0ffa5ea 100644
--- a/user_guide/libraries/benchmark.html
+++ b/user_guide/libraries/benchmark.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Benchmarking Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/calendar.html b/user_guide/libraries/calendar.html
index a4eaac3..81cdc71 100644
--- a/user_guide/libraries/calendar.html
+++ b/user_guide/libraries/calendar.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Calendaring Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/config.html b/user_guide/libraries/config.html
index 3fe1912..4c6460b 100644
--- a/user_guide/libraries/config.html
+++ b/user_guide/libraries/config.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Config Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html
index d4990df..e832543 100644
--- a/user_guide/libraries/email.html
+++ b/user_guide/libraries/email.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Email Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/encryption.html b/user_guide/libraries/encryption.html
index 25cb515..47246be 100644
--- a/user_guide/libraries/encryption.html
+++ b/user_guide/libraries/encryption.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Encryption Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html
index 2778781..5831735 100644
--- a/user_guide/libraries/file_uploading.html
+++ b/user_guide/libraries/file_uploading.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>File Uploading Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/ftp.html b/user_guide/libraries/ftp.html
index 1d55df2..1e2b7de 100644
--- a/user_guide/libraries/ftp.html
+++ b/user_guide/libraries/ftp.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>FTP Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html
index 06e5869..59e2667 100644
--- a/user_guide/libraries/image_lib.html
+++ b/user_guide/libraries/image_lib.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Image Manipulation Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/input.html b/user_guide/libraries/input.html
index c95ebbd..2cf8b6d 100644
--- a/user_guide/libraries/input.html
+++ b/user_guide/libraries/input.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Input Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/language.html b/user_guide/libraries/language.html
index 780f045..eff7d32 100644
--- a/user_guide/libraries/language.html
+++ b/user_guide/libraries/language.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Language Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index ea347cb..4f7d08e 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Loader Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html
index 7b778b8..1aac4d7 100644
--- a/user_guide/libraries/output.html
+++ b/user_guide/libraries/output.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Output Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html
index 5592bc2..65529be 100644
--- a/user_guide/libraries/pagination.html
+++ b/user_guide/libraries/pagination.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Pagination Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/parser.html b/user_guide/libraries/parser.html
index 7383829..2924a38 100644
--- a/user_guide/libraries/parser.html
+++ b/user_guide/libraries/parser.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Template Parser Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html
index fbde712..0949d98 100644
--- a/user_guide/libraries/sessions.html
+++ b/user_guide/libraries/sessions.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Session Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html
index b699cea..1c65372 100644
--- a/user_guide/libraries/table.html
+++ b/user_guide/libraries/table.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>HTML Table Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/trackback.html b/user_guide/libraries/trackback.html
index 4f60f5a..b8284ea 100644
--- a/user_guide/libraries/trackback.html
+++ b/user_guide/libraries/trackback.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Trackback Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/unit_testing.html b/user_guide/libraries/unit_testing.html
index ee53d8c..ef4d567 100644
--- a/user_guide/libraries/unit_testing.html
+++ b/user_guide/libraries/unit_testing.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Unit Testing Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html
index 44b8bb9..75f5754 100644
--- a/user_guide/libraries/uri.html
+++ b/user_guide/libraries/uri.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>URI Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/user_agent.html b/user_guide/libraries/user_agent.html
index 3f52a9a..aa6e3b8 100644
--- a/user_guide/libraries/user_agent.html
+++ b/user_guide/libraries/user_agent.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>User Agent Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html
index a0be4d6..b04f9f6 100644
--- a/user_guide/libraries/validation.html
+++ b/user_guide/libraries/validation.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Form Validation : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html
index ae863bb..e426f70 100644
--- a/user_guide/libraries/xmlrpc.html
+++ b/user_guide/libraries/xmlrpc.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>XML-RPC and XML-RPC Server Classes : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/libraries/zip.html b/user_guide/libraries/zip.html
index 17e2617..46a8244 100644
--- a/user_guide/libraries/zip.html
+++ b/user_guide/libraries/zip.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Zip Encoding Class : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/license.html b/user_guide/license.html
index a47f29d..e8c05a5 100644
--- a/user_guide/license.html
+++ b/user_guide/license.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter License Agreement : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="nav/moo.fx.js"></script>

 <script type="text/javascript" src="nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/overview/appflow.html b/user_guide/overview/appflow.html
index 8fc5e14..60c12c2 100644
--- a/user_guide/overview/appflow.html
+++ b/user_guide/overview/appflow.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Application Flow Chart : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/overview/at_a_glance.html b/user_guide/overview/at_a_glance.html
index 9c9d98e..a4d0f36 100644
--- a/user_guide/overview/at_a_glance.html
+++ b/user_guide/overview/at_a_glance.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter at a Glance : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/overview/features.html b/user_guide/overview/features.html
index 7fb46fb..4ae1b0f 100644
--- a/user_guide/overview/features.html
+++ b/user_guide/overview/features.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter Features : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/overview/goals.html b/user_guide/overview/goals.html
index c2c19d3..c8347aa 100644
--- a/user_guide/overview/goals.html
+++ b/user_guide/overview/goals.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Design and Architectural Goals : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/overview/index.html b/user_guide/overview/index.html
index 0c89b51..4aa59f5 100644
--- a/user_guide/overview/index.html
+++ b/user_guide/overview/index.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>CodeIgniter Overview : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/overview/mvc.html b/user_guide/overview/mvc.html
index e1c1a72..bac0a80 100644
--- a/user_guide/overview/mvc.html
+++ b/user_guide/overview/mvc.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Model-View-Controller : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript" src="../nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

diff --git a/user_guide/toc.html b/user_guide/toc.html
index 5a47634..2200550 100644
--- a/user_guide/toc.html
+++ b/user_guide/toc.html
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <title>Table of Contents : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('userguide.css');</style>

@@ -12,7 +13,6 @@
 <script type="text/javascript" src="nav/moo.fx.js"></script>

 <script type="text/javascript" src="nav/user_guide_menu.js"></script>

 

-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta http-equiv='expires' content='-1' />

 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />