]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetTOC.cpp
index 8c423f2f43476a11e530e2c93a2a4a4224d1ae19..fae28ea21f371d7cff4b67bf61aacfbea14c1e65 100644 (file)
@@ -18,7 +18,6 @@
 #include "FuncRequest.h"
 #include "Language.h"
 #include "LaTeXFeatures.h"
-#include "MetricsInfo.h"
 #include "OutputParams.h"
 #include "output_xhtml.h"
 #include "Paragraph.h"
@@ -162,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)