summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 00114ecc1..c14339f9a 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1178,7 +1178,9 @@ END
# These don't actually need to do anything here, just exist
FILTERS =>
{
- strike => sub { return $_; } ,
+ inactive => sub { return $_; } ,
+ closed => sub { return $_; },
+ obsolete => sub { return $_; },
js => sub { return $_; },
html_linebreak => sub { return $_; },
url_quote => sub { return $_; },