mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16237] fix typo
PHPBB3-16237
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
{% if S_POST_REPORTED and not S_MCP_REPORT %}
|
||||
<p class="post-notice reported">
|
||||
{{ Icon('iconify', 'fa:exclamation', lang('TOPIC_REPORTED'), true, 'c-topic-reported-icon') }}
|
||||
<a href="{U_MCP_REPORT}"><strong>{{{ lang('POST_REPORTED') }}</strong></a>
|
||||
<a href="{U_MCP_REPORT}"><strong>{{ lang('POST_REPORTED') }}</strong></a>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user