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