зеркало из https://github.com/microsoft/git.git
gitweb: Remove characters entities entirely when shortening string
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
27fb8c40c6
Коммит
7ca84b5062
|
@ -776,6 +776,7 @@ sub chop_str {
|
|||
my $tail = $2;
|
||||
if (length($tail) > 4) {
|
||||
$tail = " ...";
|
||||
$body =~ s/&[^;]$//; # remove chopped character entities
|
||||
}
|
||||
return "$body$tail";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче