From c1bb5a60c0fe6815aa6349958659f72dbadb41b0 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 18 Jan 2024 13:56:10 +0000 Subject: [PATCH] Fix #161 --- templates/image.html | 2 +- templates/index.html | 2 +- templates/text.html | 2 +- templates/video.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/image.html b/templates/image.html index 2f3dbb4..09faff7 100644 --- a/templates/image.html +++ b/templates/image.html @@ -38,5 +38,5 @@ - + {% endblock %} {% block body %} Redirecting you to the tweet in a moment. Or click here. {% endblock %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index b686655..e4bf911 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,5 +26,5 @@ - + {% endblock %} {% block body %} Redirecting you to the tweet in a moment. Or click here. {% endblock %} \ No newline at end of file diff --git a/templates/text.html b/templates/text.html index a47c78d..c2e49d7 100644 --- a/templates/text.html +++ b/templates/text.html @@ -30,5 +30,5 @@ - + {% endblock %} {% block body %} Redirecting you to the tweet in a moment. Or click here. {% endblock %} \ No newline at end of file diff --git a/templates/video.html b/templates/video.html index b96aae2..2fdb4c5 100644 --- a/templates/video.html +++ b/templates/video.html @@ -21,5 +21,5 @@ - + {% endblock %} {% block body %} Redirecting you to the tweet in a moment. Or click here. {% endblock %} \ No newline at end of file