ncdc 1.16 + 1.16.1 released + misc changes

This commit is contained in:
Yorhel 2013-03-26 09:50:27 +01:00
parent c99ea0d9fc
commit 76bb10482a
14 changed files with 90 additions and 36 deletions

2
Bug.pm
View file

@ -171,7 +171,7 @@ sub htmlItem {
dd sprintf '"%s" to "%s"', $d->[$num-1]{$_}, $m->{$_};
}
}
if($num && !$m->{closed} != !$d->[$num-1]{$_}) {
if($num && !$m->{closed} != !$d->[$num-1]{closed}) {
dt "Closed";
dd sprintf '"%s" to "%s"', $d->[$num-1]{closed}?'yes':'no', $m->{closed}?'yes':'no';
}