1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16237] Fix typo in SITE_DESCRIPTION twig syntax

PHPBB3-16237
This commit is contained in:
Marc Alexander
2020-08-15 09:14:44 +02:00
parent 401eac09cf
commit 22b03d9514

View File

@@ -81,7 +81,7 @@
<h1 class="c-hero-heading">
{{ SITENAME }}
<p class="c-hero-lead">{{ SITE_DESCRIPTION} }</p>
<p class="c-hero-lead">{{ SITE_DESCRIPTION }}</p>
</h1>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</hgroup>