Commit 326354d6 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 666313: Remove the obsolete [% FLUSH %] directive

r=glob a=LpSolit
parent 6bae2165
...@@ -173,7 +173,7 @@ sub directive_ok { ...@@ -173,7 +173,7 @@ sub directive_ok {
# Directives # Directives
return 1 if $directive =~ /^(IF|END|UNLESS|FOREACH|PROCESS|INCLUDE| 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| ELSIF|SET|SWITCH|CASE|WHILE|RETURN|STOP|
TRY|CATCH|FINAL|THROW|CLEAR|MACRO|FILTER)/x; TRY|CATCH|FINAL|THROW|CLEAR|MACRO|FILTER)/x;
......
...@@ -125,7 +125,6 @@ ...@@ -125,7 +125,6 @@
[%# Bug Table #%] [%# Bug Table #%]
[%############################################################################%] [%############################################################################%]
[% FLUSH %]
[% PROCESS list/table.html.tmpl %] [% PROCESS list/table.html.tmpl %]
[%############################################################################%] [%############################################################################%]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment