mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
forgot this in my last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18207 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c5527942f3
commit
fabf9f5af3
@ -468,13 +468,14 @@ 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;
|
||||
}
|
||||
}
|
||||
|
||||
if (pending_newline) {
|
||||
os << '\n';
|
||||
|
Loading…
Reference in New Issue
Block a user