From 326354d6358d4ea13571155ef04c78503b5f8903 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Sun, 7 Aug 2011 03:13:42 +0200 Subject: [PATCH] Bug 666313: Remove the obsolete [% FLUSH %] directive r=glob a=LpSolit --- t/008filter.t | 2 +- template/en/default/list/list.html.tmpl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/t/008filter.t b/t/008filter.t index e73d238355..03b0cc6c2e 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -173,7 +173,7 @@ sub directive_ok { # Directives return 1 if $directive =~ /^(IF|END|UNLESS|FOREACH|PROCESS|INCLUDE| - BLOCK|USE|ELSE|NEXT|LAST|DEFAULT|FLUSH| + BLOCK|USE|ELSE|NEXT|LAST|DEFAULT| ELSIF|SET|SWITCH|CASE|WHILE|RETURN|STOP| TRY|CATCH|FINAL|THROW|CLEAR|MACRO|FILTER)/x; diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 28540cdc0c..b5c414ba10 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -125,7 +125,6 @@ [%# Bug Table #%] [%############################################################################%] -[% FLUSH %] [% PROCESS list/table.html.tmpl %] [%############################################################################%] -- 2.47.2