mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Style
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27619 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
07c0a6e496
commit
d0ce9e3984
@ -817,10 +817,10 @@ void Paragraph::Private::latexInset(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (close) {
|
if (close) {
|
||||||
if (running_font.language()->lang() == "farsi")
|
if (running_font.language()->lang() == "farsi")
|
||||||
os << "\\endL{}";
|
os << "\\endL{}";
|
||||||
else
|
else
|
||||||
os << '}';
|
os << '}';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tmp) {
|
if (tmp) {
|
||||||
|
Loading…
Reference in New Issue
Block a user