From 22c9b804d53e15f6b582ee7961f9c2087fd33dbb Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 19 Jul 2013 15:38:06 -0700 Subject: simplify xml_convert method block --- user_guide_src/source/helpers/xml_helper.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user_guide_src/source/helpers/xml_helper.rst b/user_guide_src/source/helpers/xml_helper.rst index 881bf2db7..cd199095a 100644 --- a/user_guide_src/source/helpers/xml_helper.rst +++ b/user_guide_src/source/helpers/xml_helper.rst @@ -30,8 +30,7 @@ The following functions are available: :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; - :returns: converted string - :rtype: string + :returns: string Takes a string as input and converts the following reserved XML characters to entities: -- cgit v1.2.3-24-g4f1b