This commit is contained in:
Juergen Spitzmueller 2016-12-12 17:52:59 +01:00
parent d739e48574
commit 1f84ae63d9

View File

@ -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, "{}");
}