validation error fixes
diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html
index e55f65d..072cdd7 100644
--- a/user_guide/libraries/pagination.html
+++ b/user_guide/libraries/pagination.html
@@ -139,7 +139,7 @@
 <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 @@
 <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 @@
 <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 @@
 <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 @@
 <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 @@
 <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>