diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-08-21 14:46:58 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-08-21 14:46:58 +0200 |
commit | 928c55cbc5f3f162c10077f46d75d0bc0b1cbe53 (patch) | |
tree | 22b9ca71872be54736e400de93cb7223cbe5ca1d /user_guide/general | |
parent | 993925b47a0bfb08e79961c47bcc3d247a03a5dd (diff) |
further whitespace fixes
Diffstat (limited to 'user_guide/general')
-rw-r--r-- | user_guide/general/helpers.html | 2 | ||||
-rw-r--r-- | user_guide/general/views.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/general/helpers.html b/user_guide/general/helpers.html index 3c9f11950..ea794f08a 100644 --- a/user_guide/general/helpers.html +++ b/user_guide/general/helpers.html @@ -69,7 +69,7 @@ Each helper function performs one specific task, with no dependence on other fun <p>CodeIgniter does not load Helper Files by default, so the first step in using
a Helper is to load it. Once loaded, it becomes globally available in your <a href="../general/controllers.html">controller</a> and <a href="../general/views.html">views</a>.</p>
-<p>Helpers are typically stored in your <dfn>system/helpers</dfn>, or <dfn>system/application/helpers </dfn>directory. CodeIgniter will look first in your <dfn>system/application/helpers</dfn>
+<p>Helpers are typically stored in your <dfn>system/helpers</dfn>, or <dfn>system/application/helpers </dfn>directory. CodeIgniter will look first in your <dfn>system/application/helpers</dfn>
directory. If the directory does not exist or the specified helper is not located there CI will instead look in your global
<dfn>system/helpers</dfn> folder.</p>
diff --git a/user_guide/general/views.html b/user_guide/general/views.html index a161fa01c..bc0861509 100644 --- a/user_guide/general/views.html +++ b/user_guide/general/views.html @@ -129,7 +129,7 @@ class Page extends Controller {<br /><br /> }<br />
<br />
}<br />
- ?></code></p>
+ ?></code></p>
<p>In the example above, we are using "dynamically added data", which you will see below.</p>
<h2>Storing Views within Sub-folders</h2>
<p>Your view files can also be stored within sub-folders if you prefer that type of organization. When doing so you will need
|