Bug 17047: Compiled CSS
[koha.git] / xt / tt_valid.t
index 90da343..7285019 100755 (executable)
@@ -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:
 
   <li[% IF
 
-This kind of constuction MUST be avoided because it break Koha translation
+This kind of construction MUST be avoided because it breaks Koha translation
 process.
 
 [2] Test tag <body> tags have both attibutes 'id' and 'class'