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

(-)a/xt/tt_kohaTable_tidy.t (-2 / +4 lines)
Lines 35-41 for my $file (@tt_files) { Link Here
35
    my ( $in_script, $has_tt_tags, $has_kohaTable );
35
    my ( $in_script, $has_tt_tags, $has_kohaTable );
36
    for my $line (@lines) {
36
    for my $line (@lines) {
37
37
38
        $in_script ||= $line =~ m{<script};
38
        if ( $line =~ m{<script} ) {
39
            $in_script = 1;
40
            next;
41
        }
39
42
40
        if ( $line =~ m{<\/script>} ) {
43
        if ( $line =~ m{<\/script>} ) {
41
            if ( $has_kohaTable && $has_tt_tags ) {
44
            if ( $has_kohaTable && $has_tt_tags ) {
42
- 

Return to bug 41324