Skip to content

Commit

Permalink
Huge and critical fix
Browse files Browse the repository at this point in the history
;)
  • Loading branch information
mlocati committed Oct 1, 2013
1 parent 430afd6 commit 6e6c124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmpls/day.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% _.each(events, function(event){ %>
<li><span class="pull-left event <%= event['class'] %>"></span>
<a href="<%= event.url ? event.url : '#' %>" data-event-id="<%= event.id %>"
data-event-class="<%= event['class'] %>" class="event-item">
data-event-class="<%= event['class'] %>" class="event-item">
<%= event.title %></a></li>
<% }) %>
</ul>

0 comments on commit 6e6c124

Please sign in to comment.