small spacing bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27599 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-11-16 23:29:11 +00:00
parent 1c02ecd41d
commit c0828f5c52

View File

@ -2529,6 +2529,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
<< "+" << to_utf8(rem) << endl;
context.check_layout(os);
os << to_utf8(s);
p.skip_spaces();
skip_braces(p); // eat {}
}
//cerr << "#: " << t << " mode: " << mode << endl;