mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #4423 from Crizz0/ticket/14749
[ticket/14749] Adds missing } in mcp_forum.html to {TOPIC_DELETED * Crizz0/ticket/14749: [ticket/14749] Adds missing } in mcp_forum.html to TOPIC_DELETED
This commit is contained in:
commit
8e787cba7a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
</a>
|
||||
<!-- ENDIF -->
|
||||
<!-- 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>
|
||||
</a>
|
||||
<!-- ENDIF -->
|
||||
|
|
Loading…
Add table
Reference in a new issue