diff options
Diffstat (limited to 'user_guide/libraries/table.html')
-rw-r--r-- | user_guide/libraries/table.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html index 28fc76d27..330a3da20 100644 --- a/user_guide/libraries/table.html +++ b/user_guide/libraries/table.html @@ -119,7 +119,7 @@ $this->table->add_row('John', 'Green', 'Medium');<br /> echo $this->table->generate();
</code>
-<p>Here is the same example, except instead of individual parameters, arrays are used:
+<p>Here is the same example, except instead of individual parameters, arrays are used:</p>
<code>
$this->load->library('table');<br />
@@ -289,7 +289,7 @@ Previous Topic: <a href="ftp.html"> FTP Class</a> &mi <a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="image_lib.html">Image Manipulation Class</a>
-<p>
+</p>
<p><a href="http://www.codeigniter.com">CodeIgniter</a> · Copyright © 2007 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>
|