View | Details | Raw Unified | Return to bug 21731
Collapse All | Expand All

(-)a/t/lib/QA/TemplateFilters.pm (-1 / +3 lines)
Lines 158-163 sub process_tt_block { Link Here
158
        # Already has url or uri filter
158
        # Already has url or uri filter
159
        or $tt_block =~ m{\|\s?ur(l|i)}
159
        or $tt_block =~ m{\|\s?ur(l|i)}
160
160
161
        # Already has url or uri filter
162
        or $tt_block =~ m{\|\s?xml}
163
161
        # Already has trim filter
164
        # Already has trim filter
162
        or $tt_block =~ m{\|\s?trim}
165
        or $tt_block =~ m{\|\s?trim}
163
166
164
- 

Return to bug 21731