зеркало из https://github.com/mozilla/gecko-dev.git
Fix the lines removed count in the +/- column
This commit is contained in:
Родитель
ddc297e471
Коммит
56a1475b80
|
@ -270,7 +270,7 @@ foreach i $list {
|
|||
if {$info(removed) < 0} {
|
||||
set str_removed $info(removed)
|
||||
} else {
|
||||
set str_removed "-0"
|
||||
set str_removed "-$info(removed)"
|
||||
}
|
||||
puts "<tt>+$info(added)<br>$str_removed"
|
||||
puts "</TD>"
|
||||
|
|
Загрузка…
Ссылка в новой задаче