mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 00:21:42 +02:00
[ticket/14749] Adds missing } in mcp_forum.html to TOPIC_DELETED
PHPBB3-14749
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED -->
|
<!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED -->
|
||||||
<a href="{topicrow.U_MCP_QUEUE}" title="{TOPIC_DELETED">
|
<a href="{topicrow.U_MCP_QUEUE}" title="{TOPIC_DELETED}">
|
||||||
<i class="icon fa-recycle fa-fw icon-green" aria-hidden="true"></i><span class="sr-only">{TOPIC_DELETED}</span>
|
<i class="icon fa-recycle fa-fw icon-green" aria-hidden="true"></i><span class="sr-only">{TOPIC_DELETED}</span>
|
||||||
</a>
|
</a>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
Reference in New Issue
Block a user