mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whoops.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32099 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bd79544d7b
commit
a8ba7cc722
@ -143,6 +143,8 @@ void XHTMLStream::writeError(std::string const & s)
|
|||||||
|
|
||||||
bool XHTMLStream::closeFontTags()
|
bool XHTMLStream::closeFontTags()
|
||||||
{
|
{
|
||||||
|
if (tag_stack_.empty())
|
||||||
|
return true;
|
||||||
// first, we close any open font tags we can close
|
// first, we close any open font tags we can close
|
||||||
StartTag curtag = tag_stack_.back();
|
StartTag curtag = tag_stack_.back();
|
||||||
while (html::isFontTag(curtag.tag_)) {
|
while (html::isFontTag(curtag.tag_)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user