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