]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetNewpage.cpp
index 6c0fd75609fbfe760578c0aeb45b0f3b631ba48c..52e20d69e9e5afa9d8531288c8b1bf4719c4684a 100644 (file)
@@ -250,8 +250,7 @@ int InsetNewpage::docbook(odocstream & os, OutputParams const &) const
 
 docstring InsetNewpage::xhtml(XHTMLStream & xs, OutputParams const &) const
 {
-       xs << CompTag("br");
-       xs.cr();
+       xs << html::CompTag("br");
        return docstring();
 }