1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-20 23:51:28 +01: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
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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>