From 1738813cc184b888d3249ecc5aa4d33bbfad759d Mon Sep 17 00:00:00 2001 From: aneasystone Date: Fri, 31 Jul 2015 14:56:53 +0800 Subject: Correct the notes of html_helper ul function Signed-off-by: aneasystone --- user_guide_src/source/helpers/html_helper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src/source') diff --git a/user_guide_src/source/helpers/html_helper.rst b/user_guide_src/source/helpers/html_helper.rst index 88611011c..2c748bea0 100644 --- a/user_guide_src/source/helpers/html_helper.rst +++ b/user_guide_src/source/helpers/html_helper.rst @@ -145,7 +145,7 @@ The following functions are available: :returns: HTML-formatted unordered list :rtype: string - Permits you to generate ordered or unordered HTML lists from simple or + Permits you to generate unordered HTML lists from simple or multi-dimensional arrays. Example:: $list = array( -- cgit v1.2.3-24-g4f1b