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