From 8371aa40f7f69f0797be18ea327f14a3313e0b49 Mon Sep 17 00:00:00 2001 From: Aleksandr Yakovlev Date: Mon, 9 Sep 2024 10:07:40 +0600 Subject: [PATCH] ellipsis --- bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.php b/bot.php index 9c876ae..8442e90 100644 --- a/bot.php +++ b/bot.php @@ -24,7 +24,7 @@ function get_text($url) { return $resp; } -function ellipse($str,$n_chars,$crop_str='[...]') +function ellipse($str,$n_chars,$crop_str='[…]') { $buff = $str; if(strlen($buff) > $n_chars)