mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
95a8e89e04
commit
6967440797
@ -336,6 +336,8 @@ XHTMLStream & XHTMLStream::operator<<(EndTag const & etag)
|
||||
}
|
||||
// now close our tag...
|
||||
os_ << etag.asEndTag();
|
||||
tag_stack_.pop_back();
|
||||
|
||||
// ...and restore the other tags.
|
||||
rit = fontstack.rbegin();
|
||||
ren = fontstack.rend();
|
||||
|
Loading…
Reference in New Issue
Block a user