From d7c8818508dd80434664c3797cd36c297ca70e3f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 1 Aug 2021 06:28:08 +0200 Subject: [PATCH] fdfd --- drama/templates/submission.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drama/templates/submission.html b/drama/templates/submission.html index 688e080b0..73172d117 100644 --- a/drama/templates/submission.html +++ b/drama/templates/submission.html @@ -267,7 +267,7 @@ {{p.realbody(v) | safe}} - {% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]%} + {% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]) %} {% include "site_embeds/twitterlight.html" %} {% elif "twitter.com" in p.domain %} {% include "site_embeds/twitter.html" %}