https://bugs.documentfoundation.org/show_bug.cgi?id=107696

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #3 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated some days ago, I could
reproduce this. 

I made some tests and found that a slight change made work your second example.
The problem is I don't know xsl and am not sure.

Would you have some time to give a try after changing
instdir/share/xslt/export/xhtml/body.xsl ? (in your LO directory profile, see
https://wiki.documentfoundation.org/UserProfile#Windows)
Line 1424, change this line:
<xsl:with-param name="i" select="$i + 1"/>

into
<xsl:with-param name="i" select="$i + 2"/>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to