]> 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:02:10 +0000 (14:02 -0400)
commit3192dc16a91d07d0b19cfd67fe1d66a6cb4f1ff8
treec688a147184d4b32b07a17ee649ff6d687370b49
parent30219ffc37300933b9d67b868df55d841494f82f
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.

(cherry picked from commit 207d7e4ada31d521b75e9290575b97b6bb1e8c38)
src/insets/InsetBibitem.cpp
src/insets/InsetBibtex.cpp