summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-03-04 21:55:55 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-03-04 21:55:55 +0100
commitce66d155eca7d447bdcc6feb47c17647ac754c35 (patch)
treeafb151684db88f9137ab574f57b37288b9e2f008 /user_guide/libraries
parent2934e286158074d6131d8a9ce0f01ea1c23e2678 (diff)
validation error fixes
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/pagination.html12
-rw-r--r--user_guide/libraries/uri.html2
2 files changed, 7 insertions, 7 deletions
diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html
index e55f65df0..072cdd7f9 100644
--- a/user_guide/libraries/pagination.html
+++ b/user_guide/libraries/pagination.html
@@ -139,7 +139,7 @@ will place two digits on either side, as in the example links at the very top of
<h4>$config['first_tag_open'] = '&lt;div>';</h4>
<p>The opening tag for the "first" link.</p>
-<h4>$config['first_tag_close'] = '&lt/div>';</h4>
+<h4>$config['first_tag_close'] = '&lt;/div>';</h4>
<p>The closing tag for the "first" link.</p>
<h2>Customizing the Last Link</h2>
@@ -150,7 +150,7 @@ will place two digits on either side, as in the example links at the very top of
<h4>$config['last_tag_open'] = '&lt;div>';</h4>
<p>The opening tag for the "last" link.</p>
-<h4>$config['last_tag_close'] = '&lt/div>';</h4>
+<h4>$config['last_tag_close'] = '&lt;/div>';</h4>
<p>The closing tag for the "last" link.</p>
<h2>Customizing the "Next" Link</h2>
@@ -161,7 +161,7 @@ will place two digits on either side, as in the example links at the very top of
<h4>$config['next_tag_open'] = '&lt;div>';</h4>
<p>The opening tag for the "next" link.</p>
-<h4>$config['next_tag_close'] = '&lt/div>';</h4>
+<h4>$config['next_tag_close'] = '&lt;/div>';</h4>
<p>The closing tag for the "next" link.</p>
<h2>Customizing the "Previous" Link</h2>
@@ -172,7 +172,7 @@ will place two digits on either side, as in the example links at the very top of
<h4>$config['prev_tag_open'] = '&lt;div>';</h4>
<p>The opening tag for the "previous" link.</p>
-<h4>$config['prev_tag_close'] = '&lt/div>';</h4>
+<h4>$config['prev_tag_close'] = '&lt;/div>';</h4>
<p>The closing tag for the "previous" link.</p>
<h2>Customizing the "Current Page" Link</h2>
@@ -180,7 +180,7 @@ will place two digits on either side, as in the example links at the very top of
<h4>$config['cur_tag_open'] = '&lt;b>';</h4>
<p>The opening tag for the "current" link.</p>
-<h4>$config['cur_tag_close'] = '&lt/b>';</h4>
+<h4>$config['cur_tag_close'] = '&lt;/b>';</h4>
<p>The closing tag for the "current" link.</p>
@@ -189,7 +189,7 @@ will place two digits on either side, as in the example links at the very top of
<h4>$config['num_tag_open'] = '&lt;div>';</h4>
<p>The opening tag for the "digit" link.</p>
-<h4>$config['num_tag_close'] = '&lt/div>';</h4>
+<h4>$config['num_tag_close'] = '&lt;/div>';</h4>
<p>The closing tag for the "digit" link.</p>
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>