diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-31 11:36:55 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-31 11:36:55 +0200 |
commit | 948cefc49f470b2a82422f6c4fdc8cfb02c8f86a (patch) | |
tree | c617270c2a6c76f55c574c1ff4b7f37bb6ba4a5d | |
parent | 7ae0fddfed64d4707ffd485b8c7d887ab2462a33 (diff) | |
parent | 1738813cc184b888d3249ecc5aa4d33bbfad759d (diff) |
Merge pull request #4010 from aneasystone/html_helper
[ci skip] Correct description of HTML helper function ul()
-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( |