mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
scripts/buildtable.pl: Fix for Obsolete status
This commit is contained in:
parent
dac31c7829
commit
d8a56c9f2b
@ -54,6 +54,7 @@ my %ValidStatus = (
|
|||||||
Final => "background-color: #cfffcf",
|
Final => "background-color: #cfffcf",
|
||||||
Active => "background-color: #cfffcf",
|
Active => "background-color: #cfffcf",
|
||||||
Replaced => "background-color: #ffcfcf",
|
Replaced => "background-color: #ffcfcf",
|
||||||
|
Obsolete => "background-color: #ffcfcf",
|
||||||
);
|
);
|
||||||
my %ValidType = (
|
my %ValidType = (
|
||||||
'Standards Track' => 'Standard',
|
'Standards Track' => 'Standard',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user