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