]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.cpp
Get rid of xmlize, bringing no advantage over escapeString.
[lyx.git] / src / insets / InsetListings.cpp
index 05048d43513002c29d91e23a488c3982c69d5731..848e4ae45a6bfaf2e0e8c5bffd2304e5b1726c11 100644 (file)
@@ -483,10 +483,10 @@ docstring InsetListings::xhtml(XMLStream & os, OutputParams const & rp) const
 
 void InsetListings::docbook(XMLStream & xs, OutputParams const & rp) const
 {
-    InsetLayout const & il = getLayout();
+       InsetLayout const & il = getLayout();
 
        // Forge the attributes.
-    string attrs;
+       string attrs;
        if (!il.docbookattr().empty())
                attrs += " role=\"" + il.docbookattr() + "\"";
        string const lang = params().getParamValue("language");