From: Marcel Werk Date: Tue, 23 Aug 2016 20:16:41 +0000 (+0200) Subject: Fixed code indentation X-Git-Tag: 3.0.0_Beta_1~547 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5412dd98284d709e61e7a92ad780916ea8c559e1;p=GitHub%2FWoltLab%2FWCF.git Fixed code indentation --- diff --git a/com.woltlab.wcf/templates/user.tpl b/com.woltlab.wcf/templates/user.tpl index 845c95dbdd..9000da0ff3 100644 --- a/com.woltlab.wcf/templates/user.tpl +++ b/com.woltlab.wcf/templates/user.tpl @@ -44,7 +44,7 @@ {/if} {if !$user->isIgnoredUser($__wcf->user->userID)} - new UiUserProfileMenuItemFollow({@$user->userID}, {if $__wcf->getUserProfileHandler()->isFollowing($user->userID)}true{else}false{/if}); + new UiUserProfileMenuItemFollow({@$user->userID}, {if $__wcf->getUserProfileHandler()->isFollowing($user->userID)}true{else}false{/if}); {/if} }); {/if}