1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

make [more] more multilanguage

This commit is contained in:
marj
2009-10-30 21:01:13 +00:00
parent 5ee7878f47
commit e803d388d1

View File

@@ -9,8 +9,8 @@
* Text processing and parsing functions
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/e_parse_class.php,v $
* $Revision: 1.72 $
* $Date: 2009-10-30 20:58:51 $
* $Revision: 1.73 $
* $Date: 2009-10-30 21:01:13 $
* $Author: marj_nl_fr $
*
*/
@@ -779,7 +779,7 @@ class e_parse
* @param string $more ­ string which will be added if truncation
* @return string
*/
public function text_truncate($text, $len = 200, $more = "[more]")
public function text_truncate($text, $len = 200, $more = ' ... ')
{
// Always valid
if(strlen($text) <= $len)