From: Richard Heck Date: Tue, 10 Jul 2012 22:07:07 +0000 (-0400) Subject: Fix bug #8160 by updating the dtd for MathML. X-Git-Tag: 2.0.5~104 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=55fb01c7bbf796d76cad28d9d512c8c0ca1d7ecf;p=features.git Fix bug #8160 by updating the dtd for MathML. (cherry picked from commit 5400ae072001b94e2428bbd6eb7e1aa3900ef190) --- 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