mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-22 23:08:01 +01:00
scripts/buildtable.pl: Fix for Obsolete status
This commit is contained in:
parent
dac31c7829
commit
d8a56c9f2b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue