X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_xhtml.cpp;h=fdf8681b56b8964946bbf3da2b89bbb8f2b3d412;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=505912d2a7b42a05246cf4cb48a2fcc2515229c7;hpb=175973629b47938ae8180c6823da6732617b469e;p=lyx.git diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp index 505912d2a7..fdf8681b56 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -238,7 +238,6 @@ void XHTMLStream::clearTagDeque() StartTag const & tag = pending_tags_.front(); // tabs? os_ << tag.asTag(); - cr(); tag_stack_.push_back(tag); pending_tags_.pop_front(); } @@ -687,7 +686,7 @@ ParagraphList::const_iterator makeEnvironmentHtml(Buffer const & buf, xs.cr(); } } else { // some kind of list - bool const labelfirst = style.htmllabelfirst(); + bool const labelfirst = style.htmllabelfirst(); if (!labelfirst) openItemTag(xs, style); if (style.labeltype == LABEL_MANUAL