diff options
author | Andreas Fischer <bantu@phpbb.com> | 2016-08-22 22:05:52 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2016-08-22 22:05:52 +0200 |
commit | 8e787cba7a836ac086ff70b5f61e1d748d0df57e (patch) | |
tree | dc22385e851a72ff7c63e304c6c3225b2f82f3f1 /phpBB/styles/prosilver/template/mcp_forum.html | |
parent | f814840568c004f2de3df828e5b6a7f95de99035 (diff) | |
parent | 0d39e659feda2be90affefd717d3c82470599d9f (diff) | |
download | forums-8e787cba7a836ac086ff70b5f61e1d748d0df57e.tar forums-8e787cba7a836ac086ff70b5f61e1d748d0df57e.tar.gz forums-8e787cba7a836ac086ff70b5f61e1d748d0df57e.tar.bz2 forums-8e787cba7a836ac086ff70b5f61e1d748d0df57e.tar.xz forums-8e787cba7a836ac086ff70b5f61e1d748d0df57e.zip |
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
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_forum.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_forum.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index acef09dc47..c3480cf20d 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -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 --> |