diff --git a/user_guide/database/examples.html b/user_guide/database/examples.html
index 8916b5e..7963104 100644
--- a/user_guide/database/examples.html
+++ b/user_guide/database/examples.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>

@@ -182,7 +182,7 @@
 &nbsp;&nbsp;&nbsp;&nbsp;echo $row->title;<br />

 }</code>

 

-<p>The above <dfn>get()</dfn> function retrieves all the results from the supplied table. 

+<p>The above <dfn>get()</dfn> function retrieves all the results from the supplied table.

 The <a href="active_record.html">Active Record</a> class contains a full compliment of functions

 for working with data.</p>