fix broken varlistentry
This commit is contained in:
parent
3376b79dbd
commit
819f74d408
@ -1,6 +1,6 @@
|
|||||||
Name: docbook-style-xsl
|
Name: docbook-style-xsl
|
||||||
Version: 1.74.0
|
Version: 1.74.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
||||||
Summary: Norman Walsh's XSL stylesheets for DocBook XML
|
Summary: Norman Walsh's XSL stylesheets for DocBook XML
|
||||||
@ -121,6 +121,9 @@ if [ "$1" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 11 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.0-7
|
||||||
|
- fix broken varlistentry (#479683)
|
||||||
|
|
||||||
* Mon Feb 02 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.0-6
|
* Mon Feb 02 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.0-6
|
||||||
- fix improper localization for rtl languages, thanks
|
- fix improper localization for rtl languages, thanks
|
||||||
Muayyad Alsadi(#475077)
|
Muayyad Alsadi(#475077)
|
||||||
|
@ -33,11 +33,11 @@ diff -ruNp docbook-xsl-1.74.0.orig/fo/lists.xsl docbook-xsl-1.74.0/fo/lists.xsl
|
|||||||
+ <xsl:choose>
|
+ <xsl:choose>
|
||||||
+ <!-- * work around broken passivetex list-item-body rendering -->
|
+ <!-- * work around broken passivetex list-item-body rendering -->
|
||||||
+ <xsl:when test="$passivetex.extensions = '1'">
|
+ <xsl:when test="$passivetex.extensions = '1'">
|
||||||
+ <xsl:apply-templates/>
|
+ <xsl:apply-templates select="listitem"/>
|
||||||
+ </xsl:when>
|
+ </xsl:when>
|
||||||
+ <xsl:otherwise>
|
+ <xsl:otherwise>
|
||||||
+ <fo:block>
|
+ <fo:block>
|
||||||
+ <xsl:apply-templates/>
|
+ <xsl:apply-templates select="listitem"/>
|
||||||
+ </fo:block>
|
+ </fo:block>
|
||||||
+ </xsl:otherwise>
|
+ </xsl:otherwise>
|
||||||
+ </xsl:choose>
|
+ </xsl:choose>
|
||||||
|
Loading…
Reference in New Issue
Block a user