X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=blobdiff_plain;f=perl%2Fsctweb;h=7ca5d9f088581c03a85582a57a5cc1310dbd3e68;hp=1d6bfcb3da0f5f7c45438745c37cdc69b69bc798;hb=bd39936410d5ae66d742cd04e03acc792f24cb91;hpb=1f91f5ee0c1d935d1f450f7f8a9d1bd83b0fd79a diff --git a/perl/sctweb b/perl/sctweb index 1d6bfcb..7ca5d9f 100755 --- a/perl/sctweb +++ b/perl/sctweb @@ -92,6 +92,7 @@ sub off_for_holidays { my $good=1; foreach my $x ($year->labels($_)) { $good=0 if $x =~ /Veteran/; + $good=0 if $x =~ /Presidents/; $good=2 if $x =~ /Thanksgiving/; } next unless ($year->is_full($_) && $_>=$firstday && $_<=$lastday);