diff options
author | Derek Jones <derek.jones@ellislab.com> | 2013-07-20 00:35:36 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2013-07-20 00:35:36 +0200 |
commit | 65d4f7e1d239a44c4ba39f48b1b214546c8e1536 (patch) | |
tree | 623e1ba8261b06ff979b15b5b3f91a382204a951 | |
parent | 1e617c9b0cab036cff4de14f36ba9a2903462e51 (diff) |
Adding function ToC to XML Helper
-rw-r--r-- | user_guide_src/source/helpers/xml_helper.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide_src/source/helpers/xml_helper.rst b/user_guide_src/source/helpers/xml_helper.rst index 681408e03..3ac6a08bb 100644 --- a/user_guide_src/source/helpers/xml_helper.rst +++ b/user_guide_src/source/helpers/xml_helper.rst @@ -9,6 +9,10 @@ data. .. contents:: :local: +.. raw:: html + + <div class="custom-index container"></div> + Loading this Helper =================== @@ -23,10 +27,6 @@ Available Functions The following functions are available: - -xml_convert() -------------- - .. method:: xml_convert($str[, $protect_all = FALSE]) :param string $str: the text string to convert |