diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html
index 317878a..b641e24 100644
--- a/user_guide/libraries/pagination.html
+++ b/user_guide/libraries/pagination.html
@@ -12,7 +12,7 @@
 <script type="text/javascript" src="../nav/moo.fx.js"></script>

 <script type="text/javascript">

 window.onload = function() {

-	myHeight = new fx.Height('nav', {duration: 400}); 

+	myHeight = new fx.Height('nav', {duration: 400});

 	myHeight.hide();

 }

 </script>

@@ -86,7 +86,7 @@
 

 <h3>Notes:</h3>

 

-<p>The <var>$config</var> array contains your configuration variables.  It is passed to the <dfn>$this->pagination->initialize</dfn> function as shown above.  Although there are some twenty items you can configure, at 

+<p>The <var>$config</var> array contains your configuration variables.  It is passed to the <dfn>$this->pagination->initialize</dfn> function as shown above.  Although there are some twenty items you can configure, at

 minimum you need the three shown.  Here is a description of what those items represent:</p>

 

 <ul>

@@ -122,7 +122,7 @@
 

 <h4>$config['num_links'] = 2;</h4>

 

-<p>The number of "digit" links you would like before and after the selected page number. For example, the number 2 

+<p>The number of "digit" links you would like before and after the selected page number. For example, the number 2

 will place two digits on either side, as in the example links at the very top of this page.</p>

 

 <h2>Adding Enclosing Markup</h2>