Skip to content

Commit d8a56c9

Browse files
committed
scripts/buildtable.pl: Fix for Obsolete status
1 parent dac31c7 commit d8a56c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/buildtable.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
Final => "background-color: #cfffcf",
5555
Active => "background-color: #cfffcf",
5656
Replaced => "background-color: #ffcfcf",
57+
Obsolete => "background-color: #ffcfcf",
5758
);
5859
my %ValidType = (
5960
'Standards Track' => 'Standard',

0 commit comments

Comments
 (0)