diff options
author | Phil Scherer <pscher1@umbc.edu> | 2015-12-09 00:06:11 +0100 |
---|---|---|
committer | Phil Scherer <pscher1@umbc.edu> | 2015-12-09 00:06:11 +0100 |
commit | 62a106e277e53a99346314cc10480e549225b08c (patch) | |
tree | 20f999a5fd27afc9ffd29c27e9511aa198eb7f22 /user_guide_src/source/libraries/trackback.rst | |
parent | 2410c30c457e108c1f57978df610e82abab0361e (diff) |
Fix mismatched brackets in documentation
Sphinx generates incomplete/incorrect HTML output because there are
mismatched brackets in the documentation.
Signed-off-by: Phil Scherer <pscher1@umbc.edu>
Diffstat (limited to 'user_guide_src/source/libraries/trackback.rst')
-rw-r--r-- | user_guide_src/source/libraries/trackback.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/trackback.rst b/user_guide_src/source/libraries/trackback.rst index 4e0cb5541..bceb515f2 100644 --- a/user_guide_src/source/libraries/trackback.rst +++ b/user_guide_src/source/libraries/trackback.rst @@ -239,7 +239,7 @@ Class Reference This method simply validates the incoming TB data, returning TRUE on success and FALSE on failure. If the data is valid it is set to the ``$this->data`` array so that it can be inserted into a database. - .. php:method:: send_error([$message = 'Incomplete information') + .. php:method:: send_error([$message = 'Incomplete information']) :param string $message: Error message :rtype: void |