diff options
author | hanakin <midaym@gmail.com> | 2019-12-17 15:35:15 -0800 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2019-12-17 15:35:15 -0800 |
commit | 26c4dfb9d783e78436f7c8ddc4f84bb84f8eb125 (patch) | |
tree | d4792d91c86bdc0bcb25f6539bb667ca3d945811 /phpBB/styles | |
parent | fce796517b7feb88468d52e96db8d3c1d3a41cbe (diff) | |
download | forums-26c4dfb9d783e78436f7c8ddc4f84bb84f8eb125.tar forums-26c4dfb9d783e78436f7c8ddc4f84bb84f8eb125.tar.gz forums-26c4dfb9d783e78436f7c8ddc4f84bb84f8eb125.tar.bz2 forums-26c4dfb9d783e78436f7c8ddc4f84bb84f8eb125.tar.xz forums-26c4dfb9d783e78436f7c8ddc4f84bb84f8eb125.zip |
[ticket/16248] add quotes to lang
PHPBB3-16248
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 44b580a903..992e040152 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -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> |