mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
DocBook: fix issue with fonts.
This commit is contained in:
parent
c3aa843da8
commit
7a1b82a16a
@ -3,5 +3,4 @@
|
||||
See http://www.lyx.org/ for more information -->
|
||||
<article xml:lang="en_US" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:xi="http://www.w3.org/2001/XInclude" version="5.2">
|
||||
<para><emphasis role='bold'>Fett </emphasis><emphasis>hervorgehoben</emphasis> <code>monospace</code><emphasis role='underline'> unterstrichen.</emphasis></para>
|
||||
|
||||
</article>
|
@ -208,9 +208,6 @@ bool XMLStream::closeFontTags()
|
||||
if (**curtag != xml::parsep_tag)
|
||||
os_ << (*curtag)->writeEndTag();
|
||||
tag_stack_.pop_back();
|
||||
// this shouldn't happen, since then the font tags
|
||||
// weren't in any other tag.
|
||||
LASSERT(!tag_stack_.empty(), return true);
|
||||
if (tag_stack_.empty())
|
||||
return true;
|
||||
curtag = &tag_stack_.back();
|
||||
|
Loading…
Reference in New Issue
Block a user