summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2010-11-24 13:28:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-11-24 15:58:42 +0000
commit6998013adf9b17c4c20ea792e7777c609fc044c6 (patch)
tree9fdb3fe7120e6c3c8521868c62a1fd699f39eee7
parentd2d7d4e4141d23d36a49c976b73edcef8cecc5a3 (diff)
add missing xsl:when start tag
(cherry picked from commit a720d902988a7fc8e6cbc6e6ab8f82553a56318c)
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 70cb8b716..3e030ba8e 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -1827,6 +1827,7 @@
<xsl:if test="$listStyle/text:list-style/text:list-level-style-number">
<xsl:choose>
<xsl:when test="$isListHeader">0</xsl:when>
+ <xsl:when test="$isEmptyList">
<!-- An empty list item (no text:h/text:p as child), will not count as item and does not increment the count. -->
<xsl:variable name="tempItemNumber">
<xsl:choose>