From 5d8ad3ba00bf212ec9ebd00e877bfe3fcb291678 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 30 Aug 2021 17:52:28 +0200 Subject: [PATCH] fdfd --- files/templates/comments.html | 2 +- files/templates/submission.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index d9efab3cc..4a0787e33 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -425,7 +425,7 @@ {% if v and c.id in v.saved_comment_idlist() %}
  • Unsave
  • {% else %} -
  • Save
  • +
  • Save
  • {% endif %}
  • Copy link
  • diff --git a/files/templates/submission.html b/files/templates/submission.html index ff6a19bd6..3ed8e70c0 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -318,7 +318,7 @@ {% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]) %} {% include "embeds/twitterlight.html" %} - {% elif "twitter.com" in p.domain and "/search?q=" not in p.url %} + {% elif "twitter.com" in p.domain and "/search?q=" not in p.url and "/i/events/" not in p.url %} {% include "embeds/twitter.html" %} {% elif "youtu" in p.domain %} {% include "embeds/youtube.html" %}