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" %}