Bug fix for font output.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32093 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-19 21:04:40 +00:00
parent 95a8e89e04
commit 6967440797

View File

@ -336,6 +336,8 @@ XHTMLStream & XHTMLStream::operator<<(EndTag const & etag)
} }
// now close our tag... // now close our tag...
os_ << etag.asEndTag(); os_ << etag.asEndTag();
tag_stack_.pop_back();
// ...and restore the other tags. // ...and restore the other tags.
rit = fontstack.rbegin(); rit = fontstack.rbegin();
ren = fontstack.rend(); ren = fontstack.rend();