aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2013-09-12 21:17:22 -0700
committerDavid King <imkingdavid@gmail.com>2013-09-12 21:17:22 -0700
commitf02a8cf0e63c4107550fc4d9d973c34ffbfe0e03 (patch)
tree777acea635ffab50fb21ebfc07fdf8e0f39fdab8 /phpBB/styles
parent70399fe66d559ddfccb5e5ebfa5c340ca4c90313 (diff)
parent5166240d628e19ba0db13e5dc0de8153e80d4c44 (diff)
downloadforums-f02a8cf0e63c4107550fc4d9d973c34ffbfe0e03.tar
forums-f02a8cf0e63c4107550fc4d9d973c34ffbfe0e03.tar.gz
forums-f02a8cf0e63c4107550fc4d9d973c34ffbfe0e03.tar.bz2
forums-f02a8cf0e63c4107550fc4d9d973c34ffbfe0e03.tar.xz
forums-f02a8cf0e63c4107550fc4d9d973c34ffbfe0e03.zip
Merge pull request #1705 from EXreaction/ticket/11833
Fix invalid template loop & prevent Twig from throwing errors in invalid uses of BEGINELSE
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/mcp_notes_user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html
index 1738e45045..eb954fd11d 100644
--- a/phpBB/styles/prosilver/template/mcp_notes_user.html
+++ b/phpBB/styles/prosilver/template/mcp_notes_user.html
@@ -88,7 +88,7 @@
<tr>
<td class="bg1" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->" align="center"><span class="gen">{L_NO_ENTRIES}</span></td>
</tr>
- <!-- END usernames -->
+ <!-- END usernotes -->
</tbody>
</table>