From: Uwe Stöhr Date: Sat, 5 May 2007 20:27:43 +0000 (+0000) Subject: forgot this in my last commit X-Git-Tag: 1.6.10~9876 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fabf9f5af32ad79b353d789dc89b6c2bf9ba52dd;p=lyx.git forgot this in my last commit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18207 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/output_latex.cpp b/src/output_latex.cpp index d281feac0a..1e6b358145 100644 --- a/src/output_latex.cpp +++ b/src/output_latex.cpp @@ -468,12 +468,13 @@ TeXOnePar(Buffer const & buf, doc_language->babel())); pending_newline = true; } - } else if (!par_language->babel().empty()) + } else if (!par_language->babel().empty()) { os << from_ascii(subst( lyxrc.language_command_end, "$$lang", par_language->babel())); - pending_newline = true; + pending_newline = true; + } } if (pending_newline) {