From 22b03d95142db4db801bd80b9b9c89eafe6313f2 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 15 Aug 2020 09:14:44 +0200 Subject: [PATCH] [ticket/16237] Fix typo in SITE_DESCRIPTION twig syntax PHPBB3-16237 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index b2593ea8c6..d7da3a9859 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -81,7 +81,7 @@

{{ SITENAME }} -

{{ SITE_DESCRIPTION} }

+

{{ SITE_DESCRIPTION }}