]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetFloatList.cpp
index 432d2c0f5e6142fec74e8804981debc31169d6ef..52e84e27dc8b9ac0f6b3a306fc9437336d1200bf 100644 (file)
@@ -235,7 +235,7 @@ docstring InsetFloatList::xhtml(XHTMLStream &, OutputParams const &) const {
                   << html::StartTag("a", parattr)
                   // FIXME XHTML 
                   // There ought to be a simple way to customize this.
-                  << XHTMLStream::NextRaw() << "&seArr;"
+                  << XHTMLStream::NextRaw() << "&gt;"
                   << html::EndTag("a");
                xs << html::EndTag("div");
        }