Remove a now unnecessary \mbox

This commit is contained in:
Enrico Forestieri 2016-10-19 01:32:29 +02:00
parent 6ae6198818
commit d48bc4e4ae

View File

@ -459,7 +459,7 @@ int Changes::latexMarkChange(otexstream & os, BufferParams const & bparams,
if (os.afterParbreak())
str += from_ascii("\\\\\\noindent\n");
else
str += from_ascii("\\\\\\mbox{}\\\\\n");
str += from_ascii("\\\\\\\\\n");
}
os << str;