changeset 1203:0f9faaddd31c

Regenerated.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 22 May 2014 14:44:50 +0400
parents 2d3dd37a0fc8
children b7d2c0436262
files xslt/rss.xslt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xslt/rss.xslt	Thu May 22 14:44:42 2014 +0400
+++ b/xslt/rss.xslt	Thu May 22 14:44:50 2014 +0400
@@ -53,13 +53,13 @@
         <title> <xsl:apply-templates select="para[1]//text()"/> </title>
         <guid> <xsl:value-of select="$SITE"/> <xsl:text>/</xsl:text> <xsl:value-of select="$page"/> <xsl:text>#</xsl:text> <xsl:value-of select="@date"/> </guid>
         <link> <xsl:value-of select="$SITE"/> <xsl:text>/</xsl:text> <xsl:value-of select="$page"/> <xsl:text>#</xsl:text> <xsl:value-of select="@date"/> </link>
-        <pubdate>
+        <pubDate>
             <xsl:value-of select=" concat(date:day-abbreviation(@date), ', ',
                       format-number(date:day-in-month(@date), '00'), ' ',
                       date:month-abbreviation(@date), ' ',
                       date:year(@date),
                       ' 00:00:00 +0300') "/>
-        </pubdate>
+        </pubDate>
 
         <description>
             <xsl:text disable-output-escaping="yes">&lt;![CDATA[</xsl:text>