mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16248] add quotes to lang
PHPBB3-16248
This commit is contained in:
parent
fce796517b
commit
26c4dfb9d7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
<div class="inner">
|
||||
|
||||
<div id="site-description" class="site-description">
|
||||
<a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ lang(L_SITE_HOME) }}{% else %}{{ lang(L_INDEX) }}{% endif %}">
|
||||
<a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ lang('SITE_HOME') }}{% else %}{{ lang('INDEX') }}{% endif %}">
|
||||
<span class="site_logo"></span>
|
||||
</a>
|
||||
<h1>{SITENAME}</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue