mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 21:26:28 +02:00
[ticket/10824] Use tilde for lang string concatenation
PHPBB3-10824
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user