xhtml5.xsl: <time/> has lower-case attributes

This commit is contained in:
Astro 2010-11-26 18:57:18 +01:00
parent 12747a6dd3
commit 0bf7dfcfad
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
<small class="news_date">
@
<time dateTime="{@date}" pubDate="pubDate">
<time datetime="{@date}" pubdate="pubdate">
<xsl:call-template name="get-datestring">
<xsl:with-param name="date" select="@date" />
</xsl:call-template>