Skip to content

Commit

Permalink
* Shortened strings returned by... shorten_subject(). (Subs.php)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nao committed Oct 5, 2014
1 parent 3def5d7 commit 0303ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/Subs.php
Expand Up @@ -940,7 +940,7 @@ function shorten_subject($subject, $len)
return $subject;

// Shorten it by the length it was too long, and strip off junk from the end.
return westr::substr($subject, 0, $len) . '...';
return westr::substr($subject, 0, $len) . '…';
}

/**
Expand Down

0 comments on commit 0303ffc

Please sign in to comment.