diff options
author | Crizzo <mail@crizzo.de> | 2016-08-22 21:30:59 +0200 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2016-08-22 21:30:59 +0200 |
commit | 0d39e659feda2be90affefd717d3c82470599d9f (patch) | |
tree | 0bede7c30c6729451e609c632399af1bbcaef12d /phpBB | |
parent | d6303ed59295ba23ac8452f90c16964cc087ba1c (diff) | |
download | forums-0d39e659feda2be90affefd717d3c82470599d9f.tar forums-0d39e659feda2be90affefd717d3c82470599d9f.tar.gz forums-0d39e659feda2be90affefd717d3c82470599d9f.tar.bz2 forums-0d39e659feda2be90affefd717d3c82470599d9f.tar.xz forums-0d39e659feda2be90affefd717d3c82470599d9f.zip |
[ticket/14749] Adds missing } in mcp_forum.html to TOPIC_DELETED
PHPBB3-14749
Diffstat (limited to 'phpBB')
-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 --> |