From b3f0a0c9e37301b3a8391f7e6674c96ba9f39a74 Mon Sep 17 00:00:00 2001 From: Alekz Date: Tue, 10 Sep 2024 17:10:52 -0600 Subject: [PATCH] Fixed extra } character in template (#197) I kept seeing a } character on YouTube embeds/attachments and I found the culprit in this template file. --- slackviewer/templates/util.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slackviewer/templates/util.html b/slackviewer/templates/util.html index b9df784..099597f 100644 --- a/slackviewer/templates/util.html +++ b/slackviewer/templates/util.html @@ -38,7 +38,7 @@
{% if not no_external_references %} - {% endif %}} + {% endif %} {%if attachment.author_link%}{%endif%} {{attachment.author_name}} {%if attachment.author_link%}({{attachment.author_link}}){%endif%}