aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-04-26 22:16:23 +0200
committerMario Vavti <mario@mariovavti.com>2017-04-26 22:16:23 +0200
commit1c304eb8ba5395e62c0245133d58a3f00adaeaac (patch)
tree4304e0d428df9275bd5ed350075ccd05438b5805 /include
parentd1c84ad9f0884bb49c7840ac59f5756b16cb7aef (diff)
downloadvolse-hubzilla-1c304eb8ba5395e62c0245133d58a3f00adaeaac.tar.gz
volse-hubzilla-1c304eb8ba5395e62c0245133d58a3f00adaeaac.tar.bz2
volse-hubzilla-1c304eb8ba5395e62c0245133d58a3f00adaeaac.zip
make mastodon happy args
Diffstat (limited to 'include')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
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
+}