From 922483f87a3a23a6cc7b9ddcae915149241db681 Mon Sep 17 00:00:00 2001
From: Avizini <37608661+Avizini@users.noreply.github.com>
Date: Mon, 11 Feb 2019 09:23:11 +0530
Subject: [PATCH] remove space b/w '..protonmail.com' & '.'
---
src/invidious.cr | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/invidious.cr b/src/invidious.cr
index ff14b5af..9403b647 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -3947,10 +3947,9 @@ error 500 do |env|
here
- or send an email to
+ or send an email to
- omarroth@protonmail.com
- .
+ omarroth@protonmail.com.
END_HTML
templated "error"
end