Define dir="rtl" for arabic language.

svn path=/trunk/; revision=12683
This commit is contained in:
Reinhard Müller 2009-05-27 20:53:17 +00:00
parent c17af609fe
commit adfbb941a2

View File

@ -17,6 +17,9 @@
<xsl:attribute name="lang">
<xsl:value-of select="/buildinfo/@language"/>
</xsl:attribute>
<xsl:if test="/buildinfo/@language='ar'">
<xsl:attribute name="dir">rtl</xsl:attribute>
</xsl:if>
<xsl:apply-templates select="node()"/>
</xsl:element>
</xsl:template>