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)