Fixed more awesome stuff.
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index a8f6159..6609d28 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -537,7 +537,7 @@
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'name' => 'Another Name' ,<br />
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'date' => 'Another date'<br />
 &nbsp;&nbsp;&nbsp;)<br/>
-);<br />
+);<br /> 
 <br />
 $this->db->update_batch('mytable', $data);
 <br /><br />