mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16237] Fix typo in SITE_DESCRIPTION twig syntax
PHPBB3-16237
This commit is contained in:
parent
401eac09cf
commit
22b03d9514
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
|
|
||||||
<h1 class="c-hero-heading">
|
<h1 class="c-hero-heading">
|
||||||
{{ SITENAME }}
|
{{ SITENAME }}
|
||||||
<p class="c-hero-lead">{{ SITE_DESCRIPTION} }</p>
|
<p class="c-hero-lead">{{ SITE_DESCRIPTION }}</p>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
|
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
|
|
Loading…
Add table
Reference in a new issue