summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/text_helper.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-11-09 09:27:43 +0100
committerAndrey Andreev <narf@bofh.bg>2012-11-09 09:27:43 +0100
commit08f0f8b751c0e956e12fade9f6eea2bd581042ac (patch)
tree2ed7577bcf85fa1d2ae5b546bb2b544ceae5f953 /user_guide_src/source/helpers/text_helper.rst
parent442682e488181a9e9139f02bb657e501eb78573d (diff)
Polish docs for URL and XML helpers and deprecate obsolete options for String helper random_string() and URL helper url_title()
Diffstat (limited to 'user_guide_src/source/helpers/text_helper.rst')
-rw-r--r--user_guide_src/source/helpers/text_helper.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/text_helper.rst b/user_guide_src/source/helpers/text_helper.rst
index 2b71432ef..aec36c9a7 100644
--- a/user_guide_src/source/helpers/text_helper.rst
+++ b/user_guide_src/source/helpers/text_helper.rst
@@ -59,7 +59,7 @@ The third parameter is an optional suffix added to the string, if
undeclared this helper uses an ellipsis.
.. note:: If you need to truncate to an exact number of characters please
- see the :php:func:`ellipsize()` function below.
+ see the :ref:`ellipsize()` function below.
ascii_to_entities()
===================
@@ -193,6 +193,8 @@ Example::
// Would produce: Here is a simple string of text that will help us demonstrate this function
+.. _ellipsize():
+
ellipsize()
===========