Fixed code indentation
authorMarcel Werk <burntime@woltlab.com>
Tue, 23 Aug 2016 20:16:41 +0000 (22:16 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 23 Aug 2016 20:17:18 +0000 (22:17 +0200)
com.woltlab.wcf/templates/user.tpl

index 845c95dbdd0b983b466c8104fcdd9826a454d4b0..9000da0ff3fae32b6defbf776158acfd9bfef4e8 100644 (file)
@@ -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}