diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-04-26 22:16:23 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-04-26 22:16:23 +0200 |
commit | 1c304eb8ba5395e62c0245133d58a3f00adaeaac (patch) | |
tree | 4304e0d428df9275bd5ed350075ccd05438b5805 /include/text.php | |
parent | d1c84ad9f0884bb49c7840ac59f5756b16cb7aef (diff) | |
download | volse-hubzilla-1c304eb8ba5395e62c0245133d58a3f00adaeaac.tar.gz volse-hubzilla-1c304eb8ba5395e62c0245133d58a3f00adaeaac.tar.bz2 volse-hubzilla-1c304eb8ba5395e62c0245133d58a3f00adaeaac.zip |
make mastodon happy args
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
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 +} |