mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14753] Fix mcp_post
PHPBB3-14753
This commit is contained in:
parent
5c8fd9760b
commit
3b395aa7a4
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
<!-- IF S_MESSAGE_REPORTED -->
|
<!-- IF S_MESSAGE_REPORTED -->
|
||||||
<p class="post-notice reported">
|
<p class="post-notice reported">
|
||||||
<i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{TOPIC_REPORTED}</span> <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a>
|
<i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a>
|
||||||
</p>
|
</p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue