typo
diff --git a/user_guide/database/forge.html b/user_guide/database/forge.html
index 4b0588c..f21591c 100644
--- a/user_guide/database/forge.html
+++ b/user_guide/database/forge.html
@@ -148,8 +148,8 @@
'type' => 'TEXT',<br />
'null' => TRUE,<br />
),<br />
- )<br />
- );</code></p>
+ );<br />
+</code></p>
<p>After the fields have been defined, they can be added using <dfn>$this->dbforge->add_field($fields);</dfn> followed by a call to the <dfn>create_table()</dfn> function.</p>
<h3>$this->dbforge->add_field()</h3>
<p>The add fields function will accept the above array.</p>