]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetMarginal.cpp
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / insets / InsetMarginal.cpp
index 119c636877ecb31df33634b0a6118784d68c1136..5d2fb909f291caff80cafa74f1cb84b3d08eaeac 100644 (file)
@@ -48,7 +48,7 @@ void InsetMarginal::docbook(XMLStream & xs, OutputParams const & runparams) cons
        // Unfortunately, only for XSL-FO output with the default style sheets, hence the role.
        xs << xml::StartTag("sidebar", "role=\"margin\"");
        xs << xml::CR();
-       xs << "<?dbfo float-type=\"margin.note\"?>";
+       xs << XMLStream::ESCAPE_NONE << "<?dbfo float-type=\"margin.note\"?>";
        InsetText::docbook(xs, runparams);
        xs << xml::EndTag("sidebar");
 }