From cce31591f865bcf0130945fcfb44335bfd964018 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 25 Sep 2008 13:34:30 +0000 Subject: clarification --- user_guide/helpers/text_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers') diff --git a/user_guide/helpers/text_helper.html b/user_guide/helpers/text_helper.html index 28855f4dd..71047981a 100644 --- a/user_guide/helpers/text_helper.html +++ b/user_guide/helpers/text_helper.html @@ -97,7 +97,7 @@ $string = character_limiter($string, 20);

// Returns: Here is a nice text string… -

The third parameter is an optional suffix added to the string. By default it adds an ellipsis.

+

The third parameter is an optional suffix added to the string, if undeclared this helper uses an ellipsis.

-- cgit v1.2.3-24-g4f1b