mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Thinko
This commit is contained in:
parent
d739e48574
commit
1f84ae63d9
@ -297,7 +297,7 @@ void InsetQuotes::latex(otexstream & os, OutputParams const & runparams) const
|
||||
if (lastchar == '!' || lastchar == '?')
|
||||
qstr.insert(0, "{}");
|
||||
}
|
||||
if (qstr[1] == lastchar)
|
||||
if (qstr[0] == lastchar)
|
||||
qstr.insert(0, "{}");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user