Username display (in avatar placeholder) improved

main
Inga 🏳‍🌈 14 years ago
parent 7ea61d5de6
commit 5a3f13ad36
  1. 4
      templates/Modern/elems/UserInfoBar.xslt

@ -15,7 +15,9 @@
</img>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates select="current()" mode="userLink"/>
<div class="userbar_name">
<xsl:apply-templates select="current()" mode="userLink"/>
</div>
</xsl:otherwise>
</xsl:choose>
</a>

Loading…
Cancel
Save