Slight fix in templates

main
Inga 🏳‍🌈 15 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"/> <xsl:value-of select="totalPosts"/>
</td> </td>
</tr> </tr>
<tr> <xsl:if test="location!=''">
<td class="small"> <tr>
<xsl:text>Èç: </xsl:text> <td class="small">
<xsl:value-of select="location"/> <xsl:text>Èç: </xsl:text>
</td> <xsl:value-of select="location"/>
</tr> </td>
</tr>
</xsl:if>
</table> </table>
</xsl:template> </xsl:template>
</xsl:stylesheet> </xsl:stylesheet>
Loading…
Cancel
Save