]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetFloatList.cpp
index 24f9491f909cd3a6aad21dd9039631eb4fe216f8..52e84e27dc8b9ac0f6b3a306fc9437336d1200bf 100644 (file)
@@ -21,7 +21,6 @@
 #include "Language.h"
 #include "LaTeXFeatures.h"
 #include "Lexer.h"
-#include "MetricsInfo.h"
 #include "Paragraph.h"
 #include "output_xhtml.h"
 #include "TextClass.h"
@@ -236,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");
        }