From ae08bec70128e7381a38b547cbca4c512f4bf005 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sun, 13 Nov 2022 18:18:52 +0100 Subject: [PATCH] Fixing typo --- templates/layouts/default.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index acc6cc6..8c777de 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -10,7 +10,7 @@ % my $ogimage = stash 'ogimage'; % my $user_agent = stash 'useragent'; % if (defined $ogimage && $user_agent !~ /TelegramBot/) { - + % } else { % }