1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/10073] Use get_username_string and correctly sprintf for languages

PHPBB3-10073
This commit is contained in:
Joas Schilling
2014-05-03 13:28:38 +02:00
parent ef8d7b995e
commit 84a02f5cef
4 changed files with 6 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
<!-- IF S_SEND_USER -->
<dl>
<dt><label>{L_RECIPIENT}{L_COLON}</label></dt>
<dd><strong>{USERNAME}</strong></dd>
<dd><strong>{USERNAME_FULL}</strong></dd>
</dl>
<dl>
<dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt>

View File

@@ -26,6 +26,7 @@
<!-- ENDIF -->
<!-- EVENT overall_footer_teamlink_after -->
</span>
<!-- ENDIF -->
<br />
<br clear="all" />