From 1c304eb8ba5395e62c0245133d58a3f00adaeaac Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 26 Apr 2017 22:16:23 +0200 Subject: make mastodon happy args --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/text.php b/include/text.php index 24c2896ad..46509aabf 100644 --- a/include/text.php +++ b/include/text.php @@ -3140,4 +3140,4 @@ function ellipsify($s,$maxlen) { return $s; return mb_substr($s,0,$maxlen / 2) . '...' . mb_substr($s,mb_strlen($s) - ($maxlen / 2)); -} \ No newline at end of file +} -- cgit v1.2.3