diff options
author | Derek Jones <derek.jones@ellislab.com> | 2013-07-20 01:01:32 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2013-07-20 01:01:32 +0200 |
commit | 261ba1cfadc13340f169556b7aeba2fd7ac2f570 (patch) | |
tree | 2bcd37e05bccf13be6a2d302a33c386865a8c297 /user_guide_src | |
parent | 5ef1ea7d932d74b084eedcd793bbaaa2d4b7f954 (diff) |
semantic correction function -> method
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/helpers/xml_helper.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/xml_helper.rst b/user_guide_src/source/helpers/xml_helper.rst index cd199095a..6d26c581e 100644 --- a/user_guide_src/source/helpers/xml_helper.rst +++ b/user_guide_src/source/helpers/xml_helper.rst @@ -26,7 +26,7 @@ Available Functions The following functions are available: -.. method:: xml_convert($str[, $protect_all = FALSE]) +.. function:: xml_convert($str[, $protect_all = FALSE]) :param string $str: the text string to convert :param bool $protect_all: Whether to protect all content that looks like a potential entity instead of just numbered entities, e.g. &foo; |