Skip to content

Commit 2574d88

Browse files
committed
Fix bug with calendar data being incorrect
1 parent 8dada6b commit 2574d88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/view/calendar-page.tss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
html:header[location]:data[request.get("month")=true] { content: "events/" + data(request.get("year")) + "/" + data(request.get("month")); }
33

4-
main { content: template('calendar.xml', '', 'calendar.tss'); bind: data(model.getData()); }
4+
main { bind: data(model.getData()); content: template('calendar.xml', '', 'calendar.tss'); }
55

66
head title, #pageTitle { content: "Events"; }
77

0 commit comments

Comments
 (0)