1
0
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:
SecretR
2012-12-14 12:19:13 +02:00
parent cad45d4179
commit 56c4d48503
3 changed files with 197 additions and 45 deletions

View File

@@ -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