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 @@
'name' => 'Another Name' ,<br />
'date' => 'Another date'<br />
)<br/>
-);<br />
+);<br />
<br />
$this->db->update_batch('mytable', $data);
<br /><br />