]> git.lyx.org Git - lyx.git/commit
DocBook: in a table, fix a typo in a condition.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 26 Feb 2024 15:09:26 +0000 (16:09 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 26 Feb 2024 15:09:52 +0000 (16:09 +0100)
commitbaccce7d2de92dcf57eb2afa8492e56a4805b1af
treee648bfb0ce8d85fcbbae8282414cc7b10fae54b3
parent8e0bc01d50fc7d7af454cb8bed4d098f85b3f73b
DocBook: in a table, fix a typo in a condition.

Before this patch, all table cells had a semicolon at the beginning of their style:

<td style='; border-bottom:

This unwanted behaviour is only due to a typo in a condition when concatenating two styles: the previous code was checking the second part of the style once the first was output, instead of the first one.
autotests/export/docbook/basic.xml
src/insets/InsetTabular.cpp