[jsword-svn] r1609 - trunk/bibledesktop/src/main/resources/xsl/cswing
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Sat Aug 4 15:12:11 MST 2007
Author: dmsmith
Date: 2007-08-04 15:12:10 -0700 (Sat, 04 Aug 2007)
New Revision: 1609
Modified:
trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl
Log:
mixed a bidi problem.
Modified: trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl
===================================================================
--- trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl 2007-08-04 17:38:38 UTC (rev 1608)
+++ trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl 2007-08-04 22:12:10 UTC (rev 1609)
@@ -1289,6 +1289,9 @@
<xsl:when test="$cell-direction = 'rtl'">
<xsl:text>‫</xsl:text><xsl:apply-templates/><xsl:text>‬</xsl:text>
</xsl:when>
+ <xsl:when test="$cell-direction = 'ltr'">
+ <xsl:text>‪</xsl:text><xsl:apply-templates/><xsl:text>‬</xsl:text>
+ </xsl:when>
<xsl:otherwise>
<xsl:apply-templates/>
</xsl:otherwise>
More information about the jsword-svn
mailing list