From: Marcel Werk Date: Fri, 11 Mar 2016 17:14:54 +0000 (+0100) Subject: Fixed empty .boxContent div X-Git-Tag: 3.0.0_Beta_1~2030^2~27 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=64d826c0957a8ed750fe12726f25e0f9ffc1d507;p=GitHub%2FWoltLab%2FWCF.git Fixed empty .boxContent div --- diff --git a/com.woltlab.wcf/templates/usersOnlineInfoBox.tpl b/com.woltlab.wcf/templates/usersOnlineInfoBox.tpl index 331e7338e4..0fabd6ac9f 100644 --- a/com.woltlab.wcf/templates/usersOnlineInfoBox.tpl +++ b/com.woltlab.wcf/templates/usersOnlineInfoBox.tpl @@ -18,8 +18,8 @@ {/if} -
- {if USERS_ONLINE_ENABLE_LEGEND && $usersOnlineList->getUsersOnlineMarkings()|count} + {if USERS_ONLINE_ENABLE_LEGEND && $usersOnlineList->getUsersOnlineMarkings()|count} +
{lang}wcf.user.usersOnline.marking.legend{/lang}
@@ -31,7 +31,7 @@
- {/if} -
+
+ {/if} {/if}