From: Thibaut Cuvelier Date: Sat, 7 Jan 2023 02:33:48 +0000 (+0100) Subject: LyXHTML: fix the content-type attribute, it must be lower case (enforced for HTML5). X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cabb12ba51de713d5162ed2ef956d71b3974acc0;p=features.git LyXHTML: fix the content-type attribute, it must be lower case (enforced for HTML5). --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 907026eb12..8b95a4612a 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2257,7 +2257,7 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os, << "\n" << "\n" // FIXME Presumably need to set this right - << "\n"; + << "\n"; docstring const & doctitle = features.htmlTitle(); os << ""