]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / insets / InsetListings.cpp
index a4a73ffc6e2f02dffe10f152615e62adf408b536..63621e103332983748d93555ed7595a52d478085 100644 (file)
@@ -277,6 +277,7 @@ docstring InsetListings::xhtml(XHTMLStream & os, OutputParams const & rp) const
                docstring caption = getCaptionHTML(rp);
                if (!caption.empty())
                        out << html::StartTag("div", "class='float-caption'") 
+                           << XHTMLStream::ESCAPE_NONE
                            << caption << html::EndTag("div");
        }