fixed atom feeds so the use the proper title

news-update
David Tenty 16 years ago
parent 822587eba5
commit 245d514002
  1. 3
      xsl/atom.xsl

@ -52,8 +52,9 @@
</xsl:for-each>
<xsl:for-each select="eventitem">
<entry>
<title><xsl:value-of select="short"/></title>
<title><xsl:value-of select="@title"/></title>
<link href="http://csclub.uwaterloo.ca"/>
<authour><xsl:value-of select="short"/><</authour>
<summary><xsl:value-of select="abstract"/></summary>
</entry>
</xsl:for-each>

Loading…
Cancel
Save