From: Thibaut Cuvelier Date: Sat, 7 Jan 2023 02:34:58 +0000 (+0100) Subject: LyXHTML: remove the double specification of charset. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fd2078f3aa55d61e68c1996c31b7ad3f63fea39a;p=features.git LyXHTML: remove the double specification of charset. The choice of content-type is arbitrary. --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 8b95a4612a..1404cd4ba8 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2255,7 +2255,6 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os, << "\n" << "\n" << "\n" - << "\n" // FIXME Presumably need to set this right << "\n";