From 45cdb81861087a4a9c61680d9dacdf56b06b5fa0 Mon Sep 17 00:00:00 2001 From: Avizini <37608661+Avizini@users.noreply.github.com> Date: Mon, 11 Feb 2019 20:48:40 +0530 Subject: [PATCH] fix issues page url (#352) * fix issues page url --- src/invidious.cr | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/invidious.cr b/src/invidious.cr index 169c4f12..c0b9e075 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -3950,14 +3950,13 @@ end error 500 do |env| error_message = <<-END_HTML - Looks like you've found a bug in Invidious. Feel free to open a new issue - + Looks like you've found a bug in Invidious. Feel free to open a new issue + here or send an email to - omarroth@protonmail.com - . + omarroth@protonmail.com. END_HTML templated "error" end