]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.cpp
Restore XHTML output for InsetListings.
[lyx.git] / src / insets / InsetNewpage.cpp
index 6c0fd75609fbfe760578c0aeb45b0f3b631ba48c..35c5b0a5acac17f46bdf9f7bd81a65c120fe2e6d 100644 (file)
@@ -251,7 +251,6 @@ int InsetNewpage::docbook(odocstream & os, OutputParams const &) const
 docstring InsetNewpage::xhtml(XHTMLStream & xs, OutputParams const &) const
 {
        xs << CompTag("br");
-       xs.cr();
        return docstring();
 }