From 55fb01c7bbf796d76cad28d9d512c8c0ca1d7ecf Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 10 Jul 2012 18:07:07 -0400 Subject: [PATCH] Fix bug #8160 by updating the dtd for MathML. (cherry picked from commit 5400ae072001b94e2428bbd6eb7e1aa3900ef190) --- src/Buffer.cpp | 2 +- status.20x | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5