mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16237] fix typo
PHPBB3-16237
This commit is contained in:
parent
f93f29aea4
commit
e9227797a0
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
{% if S_POST_REPORTED and not S_MCP_REPORT %}
|
{% if S_POST_REPORTED and not S_MCP_REPORT %}
|
||||||
<p class="post-notice reported">
|
<p class="post-notice reported">
|
||||||
{{ Icon('iconify', 'fa:exclamation', lang('TOPIC_REPORTED'), true, 'c-topic-reported-icon') }}
|
{{ 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>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue