ncdc 1.16 + 1.16.1 released + misc changes
This commit is contained in:
parent
c99ea0d9fc
commit
76bb10482a
14 changed files with 90 additions and 36 deletions
2
Bug.pm
2
Bug.pm
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue