Slight fix in header.xslt

main
Inga 🏳‍🌈 14 years ago
parent fda2d88f34
commit 4590987f3d
  1. 2
      templates/Full/elems/Header.xslt

@ -40,7 +40,7 @@
<xsl:if test="session/sessionKey">
<xsl:attribute name="href">/Conversations/</xsl:attribute>
<xsl:if test="session/indicators/unreadPrivateMessages != '0'">
<img src="/static/images/newpm.gif">
<img src="/static/images/newpm.gif" border="0">
<xsl:attribute name="alt">
<xsl:text>Ó âàñ </xsl:text>
<xsl:value-of select="session/indicators/unreadPrivateMessages"/>

Loading…
Cancel
Save