From ff782f993a38f5fb8b2bb563464a0d59a9b66d79 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 1 Apr 2011 19:27:30 +0000 Subject: [PATCH] Style. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38186 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/output_xhtml.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp index 4cc928b4b8..adf468dba9 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -658,11 +658,11 @@ ParagraphList::const_iterator makeBibliography(Buffer const & buf, // FIXME XHTML // Use TextClass::htmlTOCLayout() to figure out how we should look. xs << html::StartTag("h2", "class='bibliography'") - << pbegin->layout().labelstring(false); - << html::EndTag("h2"); - xs << html::CR(); - xs << html::StartTag("div", "class='bibliography'"); - xs << html::CR(); + << pbegin->layout().labelstring(false) + << html::EndTag("h2") + << html::CR() + << html::StartTag("div", "class='bibliography'") + << html::CR(); makeParagraphs(buf, xs, runparams, text, pbegin, pend); xs << html::EndTag("div"); return pend; -- 2.39.2