fixed preferences with group titles not being displayed

This commit is contained in:
Christopher Hall 2010-11-26 15:48:00 +13:00
parent 6882fa0fdb
commit 50466277f7

View file

@ -164,7 +164,7 @@ sub TransformPrefsToHTML {
}
}
push @lines, { CHUNKS => \@chunks, NAMES => \@names };
push @lines, { CHUNKS => \@chunks, NAMES => \@names, is_group_title => 0 };
}
}