From a5d27328e29b8f4f7ffb3a6444db1b4fc727483d Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 27 Jul 2009 19:23:05 +0200 Subject: changed namespace shortening character to ellipsis FS#1734 Ignore-this: c57d8ca5898c396f6315e8faeeb7c587 Looks like the Windows fonts are far less complete than I thought :-/ darcs-hash:20090727172305-7ad00-1614baf9238c73e489302d7e91ca8495f26ed7f0.gz --- inc/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/common.php') diff --git a/inc/common.php b/inc/common.php index 5c95115a6..f8a8f4e77 100644 --- a/inc/common.php +++ b/inc/common.php @@ -1361,7 +1361,7 @@ function preg_quote_cb($string){ * @param int $min minimum number of chars to have left for middle shortening * @param string $char the shortening character to use */ -function shorten($keep,$short,$max,$min=9,$char='⌇'){ +function shorten($keep,$short,$max,$min=9,$char='…'){ $max = $max - utf8_strlen($keep); if($max < $min) return $keep; $len = utf8_strlen($short); -- cgit v1.2.3