projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa2f062
)
Fixed code indentation
author
Marcel Werk
<burntime@woltlab.com>
Tue, 23 Aug 2016 20:16:41 +0000
(22:16 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 23 Aug 2016 20:17:18 +0000
(22:17 +0200)
com.woltlab.wcf/templates/user.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/user.tpl
b/com.woltlab.wcf/templates/user.tpl
index 845c95dbdd0b983b466c8104fcdd9826a454d4b0..9000da0ff3fae32b6defbf776158acfd9bfef4e8 100644
(file)
--- 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}