mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Amend 3883b85f
: Typo in "New DocBook support"
This commit is contained in:
parent
8ae0841826
commit
5f827b5a9d
@ -1607,7 +1607,7 @@ void Layout::write(ostream & os) const
|
||||
if(!docbookitemattr_.empty())
|
||||
os << "\tDocBookItemAttr " << docbookitemattr_ << '\n';
|
||||
if(!docbookitemwrappertag_.empty())
|
||||
os << "\tDocBookItemTag " << docbookitemwrappertag_ << '\n';
|
||||
os << "\tDocBookItemWrapperTag " << docbookitemwrappertag_ << '\n';
|
||||
if(!docbookitemwrapperattr_.empty())
|
||||
os << "\tDocBookItemWrapperAttr " << docbookitemwrapperattr_ << '\n';
|
||||
if(!docbookitemlabeltag_.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user