add back title for tooltip

main
Barış Soner Uşaklı 9 years ago
parent c24ed7096c
commit 6e97b96319

@ -5,7 +5,7 @@
<p>
<a href="{config.relative_path}/user/{../user.userslug}">
<!-- IF ../user.picture -->
<img class="user-img" alt="{../user.username}" src="{../user.picture}" title="{../user.username}"/>
<img class="user-img" title="{../user.username}" alt="{../user.username}" src="{../user.picture}" title="{../user.username}"/>
<!-- ELSE -->
<span class="user-icon user-img" title="{../user.username}" style="background-color: {../user.icon:bgColor};">{../user.icon:text}</span>
<!-- ENDIF ../user.picture -->

Loading…
Cancel
Save