From: Thibaut Cuvelier Date: Sat, 7 Jan 2023 15:23:56 +0000 (+0100) Subject: LyXHTML: add a missing space in the content-type annotation. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a5c6215ebde966f2e33b51706fe4356cd52dde40;p=features.git LyXHTML: add a missing space in the content-type annotation. --- 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 << ""