cleanup warnings
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com>
diff --git a/user_guide_src/source/libraries/trackback.rst b/user_guide_src/source/libraries/trackback.rst
index a1667c7..c5b01a2 100644
--- a/user_guide_src/source/libraries/trackback.rst
+++ b/user_guide_src/source/libraries/trackback.rst
@@ -8,7 +8,7 @@
If you are not familiar with Trackbacks you'll find more information
`here <http://en.wikipedia.org/wiki/Trackback>`_.
-.. content::
+.. contents::
:local:
.. raw:: html
@@ -64,11 +64,12 @@
- **url** - The URL to YOUR site where the weblog entry can be seen.
- **title** - The title of your weblog entry.
- **excerpt** - The content of your weblog entry.
- .. note:: the Trackback class will automatically send only the first 500 characters of your
- entry. It will also strip all HTML.
- **blog_name** - The name of your weblog.
- **charset** - The character encoding your weblog is written in. If omitted, UTF-8 will be used.
+.. note:: the Trackback class will automatically send only the first 500 characters of your
+ entry. It will also strip all HTML.
+
The Trackback sending method returns TRUE/FALSE (boolean) on success
or failure. If it fails, you can retrieve the error message using::