fixed atom feeds so the use the proper title

This commit is contained in:
David Tenty 2007-09-25 01:30:25 -04:00
parent 822587eba5
commit 245d514002
1 changed files with 2 additions and 1 deletions

View File

@ -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>