Fixed a mistype in templates

main
Inga 🏳‍🌈 14 years ago
parent c6ff3618c1
commit 8447dedd52
  1. 2
      templates/Rss/elems/PostInfo.xslt

@ -2,7 +2,7 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="post">
<xsl:if test="not(poster/user/name = /session/user/name)">
<xsl:if test="not(poster/user/name = /root/session/user/name)">
<item>
<title>
<xsl:value-of select="title"/>

Loading…
Cancel
Save