From 38735374551ddb74011dd66f94e27cf6d41562f3 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 20 Aug 2016 10:54:57 +0200 Subject: [PATCH] Fixed html syntax error --- com.woltlab.wcf/templates/following.tpl | 4 +++- com.woltlab.wcf/templates/ignoredUsers.tpl | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/following.tpl b/com.woltlab.wcf/templates/following.tpl index d470183f19..827c1d8257 100644 --- a/com.woltlab.wcf/templates/following.tpl +++ b/com.woltlab.wcf/templates/following.tpl @@ -26,7 +26,9 @@ - {include file='userInformationStatistics'} +
+ {include file='userInformationStatistics'} +
diff --git a/com.woltlab.wcf/templates/ignoredUsers.tpl b/com.woltlab.wcf/templates/ignoredUsers.tpl index 890c6e2ef0..a629a66a29 100644 --- a/com.woltlab.wcf/templates/ignoredUsers.tpl +++ b/com.woltlab.wcf/templates/ignoredUsers.tpl @@ -26,7 +26,9 @@ - {include file='userInformationStatistics'} +
+ {include file='userInformationStatistics'} +
-- 2.20.1