diff --git a/screenless/bureau/publications/news.html b/screenless/bureau/publications/news.html index 3cbd621..dfea6a6 100644 --- a/screenless/bureau/publications/news.html +++ b/screenless/bureau/publications/news.html @@ -199,9 +199,9 @@
${period["day"]}
% endif <%! - if period["day"] != curr_day: + if forecast[loop.index]["day"] != curr_day: daycount += 1 - curr_day = period["day"] + curr_day = forecast[loop.index]["day"] %>