mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Restore XHTML for InsetNote.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32203 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
33707856c3
commit
b8f05bdd50
@ -320,12 +320,12 @@ int InsetNote::docbook(odocstream & os, OutputParams const & runparams_in) const
|
||||
}
|
||||
|
||||
|
||||
docstring InsetNote::xhtml(odocstream & os, OutputParams const & rp) const
|
||||
docstring InsetNote::xhtml(XHTMLStream & xs, OutputParams const & rp) const
|
||||
{
|
||||
if (params_.type == InsetNoteParams::Note)
|
||||
return docstring();
|
||||
|
||||
return InsetCollapsable::xhtml(os, rp);
|
||||
return InsetCollapsable::xhtml(xs, rp);
|
||||
}
|
||||
|
||||
|
||||
|
@ -89,7 +89,7 @@ private:
|
||||
///
|
||||
int docbook(odocstream &, OutputParams const &) const;
|
||||
///
|
||||
docstring xhtml(odocstream &, OutputParams const &) const;
|
||||
docstring xhtml(XHTMLStream &, OutputParams const &) const;
|
||||
///
|
||||
void validate(LaTeXFeatures &) const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user