diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 01acd0f..cc1c28d 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.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>

@@ -67,7 +67,7 @@
 <p>Release Date: October 19, 2006</p>

 

 <p class="important"><strong>Important:</strong>&nbsp; In Beta 3, the way native libraries are extended has changed slightly thanks to

-a suggestion offered by coolfactor in our forums.  Please check the documentation below if you are extending classes.</p> 

+a suggestion offered by coolfactor in our forums.  Please check the documentation below if you are extending classes.</p>

 

 <ul>

 <li>Added <a href="./database/utilities.html">DB utility class</a>, permitting DB backups, CVS or XML files from DB results, and various other functions.</li>

@@ -168,7 +168,7 @@
 <li>Fixed a bug in which loading a language file was producing a "file contains no data" message.</li>

 <li>Fixed a session bug caused by the XSS Filtering feature inadvertently changing the case of certain words.</li>

 <li>Fixed some missing prefixes when using the database prefix feature.</li>

-<li>Fixed a typo in the Calendar class (cal_november).</li> 

+<li>Fixed a typo in the Calendar class (cal_november).</li>

 <li>Fixed a bug in the <dfn>form_checkbox()</dfn> helper.</li>

 <li>Fixed a bug that was allowing the second segment of the URI to be identical to the class name.</li>

 <li>Fixed an evaluation bug in the database initialization function.</li>