Skip to content

Commit

Permalink
Fix missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteward authored Jan 27, 2025
1 parent 10cf023 commit c9d059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_attending.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% if attendees %}
<li>{{description}}:
{% for attendee in attendees %}
<a href="https://github.com/{{ attendee["username"] }}"><img src="{{ attendee["avatar_url"] }}&s=20" title="{{ attendee["name"] }} ({{ attendee["username"] }}) width="20" height="20"></a>
<a href="https://github.com/{{ attendee["username"] }}"><img src="{{ attendee["avatar_url"] }}&s=20" title="{{ attendee["name"] }} ({{ attendee["username"] }})" width="20" height="20"></a>
{% endfor %}
</li>
{% endif %}
Expand Down

0 comments on commit c9d059e

Please sign in to comment.