Use the correct "doc" category (not "docs") in generated monthly reports.
This commit is contained in:
parent
97eff2e795
commit
e5ac510559
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48771
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ print
|
||||||
|
|
||||||
h3("Category:"),
|
h3("Category:"),
|
||||||
popup_menu(-name => "Category",
|
popup_menu(-name => "Category",
|
||||||
-values => ['proj', 'docs', 'kern', 'bin', 'arch', 'ports', 'vendor',
|
-values => ['proj', 'doc', 'kern', 'bin', 'arch', 'ports', 'vendor',
|
||||||
'misc', 'soc', 'team'], -default => 'proj'),
|
'misc', 'soc', 'team'], -default => 'proj'),
|
||||||
|
|
||||||
h3("Developers:"),
|
h3("Developers:"),
|
||||||
|
|
Loading…
Reference in a new issue