Skip to content

Commit

Permalink
Fixed extra } character in template (#197)
Browse files Browse the repository at this point in the history
I kept seeing a } character on YouTube embeds/attachments and I found the culprit in this template file.
  • Loading branch information
aalkz authored Sep 10, 2024
1 parent 0e82996 commit b3f0a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackviewer/templates/util.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="attachment-author">
{% if not no_external_references %}
<img src="{{attachment.author_icon}}" class="icon">
{% endif %}}
{% endif %}
{%if attachment.author_link%}<a href="{{attachment.author_link}}">{%endif%}
{{attachment.author_name}}
{%if attachment.author_link%}</a><span class="print-only">({{attachment.author_link}})</span>{%endif%}
Expand Down

0 comments on commit b3f0a0c

Please sign in to comment.