]> git.lyx.org Git - lyx.git/commitdiff
Use rich text in XHTML output, too.
authorRichard Heck <rgheck@comcast.net>
Sat, 27 Mar 2010 13:54:50 +0000 (13:54 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 27 Mar 2010 13:54:50 +0000 (13:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33881 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetBibtex.cpp

index 97abcb8d68f1e76180fe4637dd8faca706437eeb..25b1d398bfdda41d49b68a799a8fba994448f31d 100644 (file)
@@ -960,7 +960,7 @@ docstring InsetBibtex::xhtml(XHTMLStream & xs, OutputParams const &) const
                // which will give us all the cross-referenced info. But for every
                // entry, so there's a lot of repitition. This should be fixed.
                xs << html::StartTag("span", "class='bibtexinfo'") 
-                       << bibinfo.getInfo(entry.key())
+                       << bibinfo.getInfo(entry.key(), true)
                        << html::EndTag("span")
                        << html::EndTag("div");
                xs.cr();