diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-03-04 21:55:55 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-03-04 21:55:55 +0100 |
commit | ce66d155eca7d447bdcc6feb47c17647ac754c35 (patch) | |
tree | afb151684db88f9137ab574f57b37288b9e2f008 /user_guide/libraries/uri.html | |
parent | 2934e286158074d6131d8a9ce0f01ea1c23e2678 (diff) |
validation error fixes
Diffstat (limited to 'user_guide/libraries/uri.html')
-rw-r--r-- | user_guide/libraries/uri.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index 27e6f0d4f..d53ebe355 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -229,7 +229,7 @@ foreach ($segs as $segment)<br /> <h2>$this->uri->rsegment_array(<var>n</var>)</h2>
<p>This function is identical to the previous one, except that it returns the array of segments in your
-re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.
+re-routed URI in the event you are using CodeIgniter's <a href="../general/routing.html">URI Routing</a> feature.</p>
|