]> git.lyx.org Git - features.git/commit
DocBook: ensure xml:id is not output too many times.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Fri, 11 Sep 2020 21:38:11 +0000 (23:38 +0200)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 19 Sep 2020 18:43:41 +0000 (20:43 +0200)
commit8758000641e9014cd40581d309ded0e1cea44acf
treed7dff000d1a49ab2509176124b6abb7053030a31
parentd0a5ba4859702c78fb70ae30fe1f39818c98b102
DocBook: ensure xml:id is not output too many times.

This is mostly important for subfigures, but debugging this issue showed that InsetCaption could be slightly simplified and InsetLabel should be made a tad more robust.
src/insets/InsetCaption.cpp
src/insets/InsetFloat.cpp
src/insets/InsetLabel.cpp