]> git.lyx.org Git - features.git/commit
Fix bug #8156.
authorRichard Heck <rgheck@lyx.org>
Sun, 13 May 2012 17:49:24 +0000 (13:49 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 13 May 2012 18:00:44 +0000 (14:00 -0400)
commit207d7e4ada31d521b75e9290575b97b6bb1e8c38
treee79416a4efcb580b403a36dce8cf596e978532ec
parent319e35188a115b1015525479ea541b09c331c2d8
Fix bug #8156.
We want the key as id, not the label (which is optional).
We also need a kind of namespace for the citation ids.
We should also clean the id tag before using it.
src/insets/InsetBibitem.cpp
src/insets/InsetBibtex.cpp