comparison xslt/article.xslt @ 803:6c3349baa1d3

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 28 Dec 2012 13:18:15 +0000
parents 91dd4a7fadbb
children c454373427ef
comparison
equal deleted inserted replaced
802:8af7fe0794b0 803:6c3349baa1d3
51 <xsl:attribute name="dir"> 51 <xsl:attribute name="dir">
52 <xsl:text>rtl</xsl:text> 52 <xsl:text>rtl</xsl:text>
53 </xsl:attribute> 53 </xsl:attribute>
54 </xsl:if> 54 </xsl:if>
55 55
56 <xsl:if test="@lang = 'cn'">
57 <xsl:attribute name="lang">
58 <xsl:text>zh-CN</xsl:text>
59 </xsl:attribute>
60 </xsl:if>
61
56 <head> 62 <head>
57 63
58 <title> 64 <title>
59 <xsl:value-of select="@name"/> 65 <xsl:value-of select="@name"/>
60 </title> 66 </title>