]> 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 c4968d4a90226d51cbb625bc787394f1eab9c705..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();
        }