diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-07-05 01:54:32 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-07-05 01:54:32 +0200 |
commit | c644128fdd49a47d791240e0e38b54cd22412bc5 (patch) | |
tree | fd2135d295c103395f5d0bd89056b0e798cfcdb3 /user_guide/libraries/trackback.html | |
parent | 691010e72ec7fb4a05740332a10b5f046a82c666 (diff) |
fixed validation errors... about a zillion of em.
Diffstat (limited to 'user_guide/libraries/trackback.html')
-rw-r--r-- | user_guide/libraries/trackback.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/trackback.html b/user_guide/libraries/trackback.html index c54417c86..3dfb20375 100644 --- a/user_guide/libraries/trackback.html +++ b/user_guide/libraries/trackback.html @@ -78,7 +78,7 @@ Trackback Class <h2>Sending Trackbacks</h2>
-<p>A Trackback can be sent from any of your controller functions using code similar to this example:
+<p>A Trackback can be sent from any of your controller functions using code similar to this example:</p>
<code>$this->load->library('trackback');<br />
<br />
@@ -243,7 +243,7 @@ Previous Topic: <a href="sessions.html">Session Class</a> <a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="parser.html">Template Parser 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>
|