diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 1840c391cc..0b4679d85c 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -1743,7 +1743,7 @@ void Buffer::writeLyXHTMLSource(odocstream & os, if (output_preamble) { os << "\n" - << "\n" + << "\n" // FIXME Language should be set properly. << "\n" << "\n" diff --git a/status.20x b/status.20x index 2f3672902a..54d1ff3453 100644 --- a/status.20x +++ b/status.20x @@ -76,6 +76,8 @@ What's new - Fixed the layout file for scientific articles published by the American Psychological Association (APA) (bug 8187). +- Write correct DTD for MathML (bug #8160). + * USER INTERFACE