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