Skip to content

Commit

Permalink
re-add space
Browse files Browse the repository at this point in the history
  • Loading branch information
dtemkin1 committed Aug 7, 2023
1 parent c752c88 commit c6efa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/helpers.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% macro event_box(event) %}
<div class="event {% for tag in event.tags %}tag-{{ tag }}{% endfor %}">
<div class="event {% for tag in event.tags %}tag-{{ tag }} {% endfor %}">
<span class="id">{{ event.id }}</span>
<span class="date"
>{{ format_date(event.start, event.end, event.group) }}</span
Expand Down

0 comments on commit c6efa7d

Please sign in to comment.