mirror of
https://github.com/bitcoin/bips.git
synced 2025-12-07 11:41:07 +01:00
scripts/buildtable.pl: Fix for Obsolete status
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user