mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
DocBook: properly escape PI in InsetMarginal.
This commit is contained in:
parent
fb45f7b8c9
commit
d0748cd69c
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user