]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetTOC.cpp
index c1ead0f1142587c5799a7aedd7cc8f1fb5e235ca..fae28ea21f371d7cff4b67bf61aacfbea14c1e65 100644 (file)
@@ -161,7 +161,7 @@ docstring InsetTOC::xhtml(XHTMLStream &, OutputParams const & op) const
                // FIXME XHTML 
                // There ought to be a simple way to customize this.
                // Maybe if we had an InsetLayout for TOC...
-               xs << XHTMLStream::NextRaw() << "&seArr;";
+               xs << XHTMLStream::NextRaw() << "&gt;";
                xs << html::EndTag("a");                
        }
        for (int i = lastdepth; i > 0; --i)