Added author element properly to atom feed

This commit is contained in:
David Tenty 2007-10-06 16:18:20 -04:00
parent 7b77898e84
commit 9f044bec8d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<entry>
<link href="http://csclub.uwaterloo.ca"/>
<summary><xsl:value-of select="."/></summary>
<author><xsl:value-of select="@author"/></author>
<author><name><xsl:value-of select="@author"/></name></author>
</entry>
</xsl:for-each>
<xsl:for-each select="eventitem">