mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
DocBook: add a comment about the need for DocBook 5.2.
This commit is contained in:
parent
c77872f314
commit
ff2a2b2a8a
@ -2179,6 +2179,7 @@ Buffer::ExportStatus Buffer::writeDocBookSource(odocstream & os,
|
||||
+ mathmlNamespace
|
||||
+ " xmlns:xi=\"http://www.w3.org/2001/XInclude\""
|
||||
+ " version=\"5.2\"";
|
||||
// Version 5.2 is required for formalgroup.
|
||||
|
||||
os << "<" << from_ascii(tclass.docbookroot()) << " " << from_ascii(attributes) << ">\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user