diff options
Diffstat (limited to 'user_guide_src/source')
-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 |