fix to "anonymous" username

This commit is contained in:
Tyler Renelle 2013-03-21 16:50:27 -06:00
parent 199006d692
commit 3d679ba94e

View file

@ -23,7 +23,7 @@
<avatar:>
<figure class="herobox"
data-name="{#if @profile.auth.local.username}{@profile.auth.local.username}{else}Anonymous{/}"
data-name="{username(@profile.auth)}"
data-level="{@profile.stats.lvl}"
data-checkpet="{#if @profile.items.pet}hasPet{/}"
data-checkuser="{#if equal(@profile.id, _user.id)}isUser{/}"