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

(-)a/misc/translator/tmpl_process3.pl (-2 / +1 lines)
Lines 65-71 sub text_replace_tag { Link Here
65
    for my $a ( 'alt', 'content', 'title', 'value', 'label', 'placeholder', 'aria-label' ) {
65
    for my $a ( 'alt', 'content', 'title', 'value', 'label', 'placeholder', 'aria-label' ) {
66
        if ( $attr->{$a} ) {
66
        if ( $attr->{$a} ) {
67
67
68
            # xt/tt_valid.t must be adjusted if the following conditions are modified
68
            # xt/author/tt_valid.t must be adjusted if the following conditions are modified
69
            next if $a eq 'label'   && $tag ne 'optgroup';
69
            next if $a eq 'label'   && $tag ne 'optgroup';
70
            next if $a eq 'content' && $tag ne 'meta';
70
            next if $a eq 'content' && $tag ne 'meta';
71
            next
71
            next
72
- 

Return to bug 41216