about summary refs log tree commit diff homepage
path: root/atom.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'atom.xslt')
-rw-r--r--atom.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/atom.xslt b/atom.xslt
index d5530e4..930355a 100644
--- a/atom.xslt
+++ b/atom.xslt
@@ -28,7 +28,7 @@
             </xsl:for-each>
           </div>
         </content>
-        <updated><xsl:value-of select="time"/></updated>
+        <updated><xsl:value-of select="@time"/></updated>
       </entry>
     </xsl:for-each>
   </xsl:template>