mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 22:28:46 +01:00
[ticket/10824] Use tilde for lang string concatenation
PHPBB3-10824
This commit is contained in:
parent
66178b26e9
commit
0f614d91f9
@ -25,11 +25,11 @@
|
||||
<dd><strong>{LANG_ISO}</strong></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label>{{ lang('PHPBB_VERSION') }}{{ lang('COLON') }}</label></dt>
|
||||
<dt><label>{{ lang('PHPBB_VERSION') ~ lang('COLON') }}</label></dt>
|
||||
<dd><strong>{{ LANG_PHPBB_VERSION }}</strong></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label>{{ lang('LANG_VERSION') }}{{ lang('COLON') }}</label></dt>
|
||||
<dt><label>{{ lang('LANG_VERSION') ~ lang('COLON') }}</label></dt>
|
||||
<dd><strong>{{ LANG_VERSION }}</strong></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
|
Loading…
x
Reference in New Issue
Block a user