]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSeparator.cpp
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetSeparator.cpp
index af7fb644cd1b04dd83441e7c8aa11b2f24c9c648..42ff09e70ae0463ee74c5f1fd0d2977152bb95e3 100644 (file)
@@ -174,9 +174,9 @@ int InsetSeparator::docbook(odocstream & os, OutputParams const &) const
 }
 
 
-docstring InsetSeparator::xhtml(XHTMLStream & xs, OutputParams const &) const
+docstring InsetSeparator::xhtml(XMLStream & xs, OutputParams const &) const
 {
-       xs << html::CR() << html::CompTag("br") << html::CR();
+       xs << xml::CR() << xml::CompTag("br") << xml::CR();
        return docstring();
 }