From a5c6215ebde966f2e33b51706fe4356cd52dde40 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Sat, 7 Jan 2023 16:23:56 +0100 Subject: [PATCH] LyXHTML: add a missing space in the content-type annotation. --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 3f66864f75..32d3e8955b 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2256,7 +2256,7 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os, << "\n" << "\n" // FIXME Presumably need to set this right - << "\n"; + << "\n"; docstring const & doctitle = features.htmlTitle(); os << "" -- 2.39.5