mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
missing ;
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3388 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
704cbee94b
commit
20c3ddcaba
@ -1,3 +1,7 @@
|
||||
2002-01-16 Allan Rae <rae@lyx.org>
|
||||
|
||||
* insetinclude.C (docbook): someone forgot a ";"
|
||||
|
||||
2002-01-16 José Matos <jamatos@fep.up.pt>
|
||||
|
||||
* figinset.C (docbook): removed a old place holder "@".
|
||||
|
@ -372,7 +372,7 @@ int InsetInclude::docbook(Buffer const * buffer, ostream & os) const
|
||||
if (isVerbatim()) {
|
||||
os << "<inlinegraphic fileref=\""
|
||||
<< '&' << include_label << ';'
|
||||
<< "\" format=\"linespecific\">"
|
||||
<< "\" format=\"linespecific\">";
|
||||
} else
|
||||
os << '&' << include_label << ';';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user