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

(-)a/t/lib/QA/TemplateFilters.pm (-2 / +1 lines)
Lines 172-178 sub process_tt_block { Link Here
172
        $filter ne 'html'
172
        $filter ne 'html'
173
            and (
173
            and (
174
                    $tt_block !~ m{\|}
174
                    $tt_block !~ m{\|}
175
                or  $tt_block =~ m{\|\s?html}
175
                or ($tt_block =~ m{\|\s?html} and not $tt_block =~ m{\|\s?html_entity})
176
                or $tt_block !~ m{\s*|\s*(uri|url)}
176
                or $tt_block !~ m{\s*|\s*(uri|url)}
177
      )
177
      )
178
    ) {
178
    ) {
179
- 

Return to bug 21770