diff options
author | aneasystone <aneasystone@gmail.com> | 2015-07-31 08:56:53 +0200 |
---|---|---|
committer | aneasystone <aneasystone@gmail.com> | 2015-07-31 08:56:53 +0200 |
commit | 1738813cc184b888d3249ecc5aa4d33bbfad759d (patch) | |
tree | 14363d5efb00907c4771db1cd886f10c1e52b968 /user_guide_src/source | |
parent | 2ffdb7b9ddcd9cbc49fc347fe8d8f276bdab60e0 (diff) |
Correct the notes of html_helper ul function
Signed-off-by: aneasystone <aneasystone@gmail.com>
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/helpers/html_helper.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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( |