git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32099 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-19 21:56:08 +00:00
parent bd79544d7b
commit a8ba7cc722

View File

@ -143,6 +143,8 @@ void XHTMLStream::writeError(std::string const & s)
bool XHTMLStream::closeFontTags()
{
if (tag_stack_.empty())
return true;
// first, we close any open font tags we can close
StartTag curtag = tag_stack_.back();
while (html::isFontTag(curtag.tag_)) {