]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.cpp
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / output_xhtml.cpp
index 505912d2a7b42a05246cf4cb48a2fcc2515229c7..fdf8681b56b8964946bbf3da2b89bbb8f2b3d412 100644 (file)
@@ -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