]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug #3555628 where a footnote inside a blockquote inherits the end-indent from...
authorBob Stayton <bobs@sagehill.net>
Sat, 20 Oct 2012 22:34:21 +0000 (22:34 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 20 Oct 2012 22:34:21 +0000 (22:34 +0000)
xsl/params/footnote.properties.xml

index f62adee84b4e225071c494de12d31d7c638af97f..326712b8c6164253baf430bf70ab9b87c52a2106 100644 (file)
@@ -23,6 +23,7 @@
   <xsl:attribute name="font-style">normal</xsl:attribute>
   <xsl:attribute name="text-align"><xsl:value-of select="$alignment"/></xsl:attribute>
   <xsl:attribute name="start-indent">0pt</xsl:attribute>
+  <xsl:attribute name="end-indent">0pt</xsl:attribute>
   <xsl:attribute name="text-indent">0pt</xsl:attribute>
   <xsl:attribute name="hyphenate"><xsl:value-of select="$hyphenate"/></xsl:attribute>
   <xsl:attribute name="wrap-option">wrap</xsl:attribute>