summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorSvante Schubert <svante.schubert@gmail.com>2020-08-24 09:30:58 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2021-03-02 13:19:59 +0100
commit7f2eb7b641a9864d2335ed4abdaaee1b79dd1028 (patch)
tree49ec903d36c9edb40fe8fe8d32e36f2a88c2d6e4 /filter
parentbae5202e00cd7af80d366f2a9a3e30f558856661 (diff)
HTML XSLT: Fixing CSS selector
Change-Id: I4c26f71936e6df655bb5c11bf9137b91ca894cce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111608 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/header.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 4eeb9b0b9837..8264aa50ad67 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -108,7 +108,7 @@
<xsl:text>/* "li span.odfLiEnd" - IE 7 issue*/</xsl:text>
<xsl:text>
</xsl:text>
-<xsl:text>li span. { clear: both; line-height:0; width:0; height:0; margin:0; padding:0; }
+<xsl:text>li span { clear: both; line-height:0; width:0; height:0; margin:0; padding:0; }
</xsl:text>
<xsl:text>span.footnodeNumber { padding-right:1em; }
</xsl:text>