Slight fix in templates

main
Inga 🏳‍🌈 14 years ago
parent 26eaff9b40
commit 4b4e55dc5d
  1. 2
      Builder/IISMainHandler/build.txt
  2. 2
      Builder/IISUploadHandler/build.txt
  3. 14
      templates/Full/elems/UserInfoBar.xslt

@ -47,12 +47,14 @@
<xsl:value-of select="totalPosts"/>
</td>
</tr>
<tr>
<td class="small">
<xsl:text>Èç: </xsl:text>
<xsl:value-of select="location"/>
</td>
</tr>
<xsl:if test="location!=''">
<tr>
<td class="small">
<xsl:text>Èç: </xsl:text>
<xsl:value-of select="location"/>
</td>
</tr>
</xsl:if>
</table>
</xsl:template>
</xsl:stylesheet>
Loading…
Cancel
Save