зеркало из https://github.com/mozilla/pjs.git
Bug 297857: Incorrect filter name detection in 008filter.t - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
This commit is contained in:
Родитель
44eb03d987
Коммит
9bd6335a36
|
@ -222,7 +222,7 @@ sub directive_ok {
|
|||
return 1 if $directive =~ /FILTER\ (html|csv|js|base64|url_quote|css_class_quote|
|
||||
ics|quoteUrls|time|uri|xml|lower|
|
||||
obsolete|inactive|closed|unitconvert|
|
||||
none)/x;
|
||||
none)\b/x;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче