From fd2078f3aa55d61e68c1996c31b7ad3f63fea39a Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Sat, 7 Jan 2023 03:34:58 +0100 Subject: [PATCH] LyXHTML: remove the double specification of charset. The choice of content-type is arbitrary. --- src/Buffer.cpp | 1 - 1 file changed, 1 deletion(-) 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"; -- 2.39.5