mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Site links data retrieving/rendering draft (work in progress);
Text truncate typo
This commit is contained in:
@@ -1160,7 +1160,7 @@ class e_parse
|
||||
return $text;
|
||||
}
|
||||
|
||||
$tret = $this->usubstr($text, 0, $len);
|
||||
$ret = $this->usubstr($text, 0, $len);
|
||||
|
||||
// search for possible broken html entities
|
||||
// - if an & is in the last 8 chars, removing it and whatever follows shouldn't hurt
|
||||
|
Reference in New Issue
Block a user