From fabf9f5af32ad79b353d789dc89b6c2bf9ba52dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 5 May 2007 20:27:43 +0000 Subject: [PATCH] forgot this in my last commit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18207 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/output_latex.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) { -- 2.39.5