summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user_guide/libraries/pagination.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html
index d91a73eea..5592bc22a 100644
--- a/user_guide/libraries/pagination.html
+++ b/user_guide/libraries/pagination.html
@@ -160,7 +160,7 @@ something different you can specify it.</p>
<h2>Customizing the "Next" Link</h2>
-<h4>$config['next_link'] = '&amp;gt';</h4>
+<h4>$config['next_link'] = '&amp;gt;';</h4>
<p>The text you would like shown in the "next" page link.</p>
<h4>$config['next_tag_open'] = '&lt;div>';</h4>
@@ -171,7 +171,7 @@ something different you can specify it.</p>
<h2>Customizing the "Previous" Link</h2>
-<h4>$config['prev_link'] = '&amp;lt';</h4>
+<h4>$config['prev_link'] = '&amp;lt;';</h4>
<p>The text you would like shown in the "previous" page link.</p>
<h4>$config['prev_tag_open'] = '&lt;div>';</h4>