mirror of
https://github.com/friendica/friendica
synced 2025-05-09 00:24:10 +02:00
Space for the rescue. ;-)
This commit is contained in:
parent
b0693c1ad7
commit
39675fe683
3 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ class Plaintext
|
|||
*
|
||||
* @todo For Twitter URLs aren't shortened, but they have to be calculated as if.
|
||||
*/
|
||||
public static function shorten(string $msg, int $limit, int $uid = 0):string
|
||||
public static function shorten(string $msg, int $limit, int $uid = 0): string
|
||||
{
|
||||
$ellipsis = html_entity_decode("…", ENT_QUOTES, 'UTF-8');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue