From: Thibaut Cuvelier Date: Wed, 11 Jan 2023 00:12:22 +0000 (+0100) Subject: LyXHTML: remove meta content-type, it is only for HTML5, not XHTML5 (LyX is generatin... X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=861af2b84f8e094a58f84112554e3f21ab78e05f;p=features.git LyXHTML: remove meta content-type, it is only for HTML5, not XHTML5 (LyX is generating XML-compatible HTML, i.e. XHTML5). --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 2e43a15ed2..4d7adc3534 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2254,9 +2254,7 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os, os << "\n" << "\n" << "\n" - << "\n" - // FIXME Presumably need to set this right - << "\n"; + << "\n"; docstring const & doctitle = features.htmlTitle(); os << ""