]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.cpp
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetNewpage.cpp
index 145cec96c6ed2696700d4b0aa691c64e36149df0..b108885f9c522a37c386688f4afac930342a2057 100644 (file)
@@ -255,9 +255,9 @@ int InsetNewpage::docbook(odocstream & os, OutputParams const &) const
 }
 
 
-docstring InsetNewpage::xhtml(XHTMLStream & xs, OutputParams const &) const
+docstring InsetNewpage::xhtml(XMLStream & xs, OutputParams const &) const
 {
-       xs << html::CompTag("br");
+       xs << xml::CompTag("br");
        return docstring();
 }