]> git.lyx.org Git - lyx.git/commit
Fix bug #10153: There's a mechanism in XHTML output that defers the
authorRichard Heck <rgheck@lyx.org>
Mon, 20 Jun 2016 14:21:22 +0000 (10:21 -0400)
committerRichard Heck <rgheck@lyx.org>
Mon, 20 Jun 2016 14:22:50 +0000 (10:22 -0400)
commit35d449c5dae11bbff53e2a35697a4fc3f03318ba
tree36806d2481b99c1025a2f4bd82b43a407e960fd7
parentd66d6f7805da9085857f6229b6d96477ebaff092
Fix bug #10153: There's a mechanism in XHTML output that defers the
output of tags until we know they're needed. In the case of HTML
tables, empty cells should of course be output, so we need to force
the tags to be output.
src/insets/InsetTabular.cpp