Browse Source

Small hack to fix zip list.

Toni Fadjukoff 12 years ago
parent
commit
f3cdb7c619
1 changed files with 4 additions and 0 deletions
  1. 4 0
      juvenes.pl

+ 4 - 0
juvenes.pl View File

@@ -129,6 +129,10 @@ sub parse_monday {
129 129
     if ($token->[1] eq $day_names[0]) {
130 130
       $parse_func = \&parse_more_food;
131 131
     }
132
+    elsif ($token->[1] eq $day_names[1]) {
133
+      finish_day();
134
+      $parse_func = \&parse_more_food;
135
+    }
132 136
   }
133 137
 }
134 138