X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=xt%2Ftt_valid.t;h=7285019e0abce60ae522134571ff980ee8ac1ca4;hb=083a8f7b7274bdf9e9547bee60366259374c1c20;hp=90da3431d3f38bbdbc2bd1d72db6911abde6a0e4;hpb=5b58e0f0e253502679c463dcb31bb5d2874a750a;p=koha.git diff --git a/xt/tt_valid.t b/xt/tt_valid.t index 90da3431d3..7285019e0a 100755 --- a/xt/tt_valid.t +++ b/xt/tt_valid.t @@ -28,7 +28,7 @@ my @themes; # OPAC themes my $opac_dir = 'koha-tmpl/opac-tmpl'; opendir ( my $dh, $opac_dir ) or die "can't opendir $opac_dir: $!"; -for my $theme ( grep { not /^\.|lib|js/ } readdir($dh) ) { +for my $theme ( grep { not /^\.|lib|js|xslt/ } readdir($dh) ) { push @themes, "$opac_dir/$theme/en"; } close $dh; @@ -114,7 +114,7 @@ For the time being, two validations are done: tags have both attibutes 'id' and 'class'