mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-24 09:04:48 +00:00
baccce7d2d
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.