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

(-)a/t/lib/QA/TemplateFilters.pm (-2 / +1 lines)
Lines 187-193 sub process_tt_block { Link Here
187
        $filter ne 'html'
187
        $filter ne 'html'
188
            and (
188
            and (
189
                    $tt_block !~ m{\|}
189
                    $tt_block !~ m{\|}
190
                or  $tt_block =~ m{\|\s?html}
190
                or ($tt_block =~ m{\|\s?html} and not $tt_block =~ m{\|\s?html_entity})
191
                or $tt_block !~ m{\s*|\s*(uri|url)}
191
                or $tt_block !~ m{\s*|\s*(uri|url)}
192
      )
192
      )
193
    ) {
193
    ) {
194
- 

Return to bug 21770