[LyX/master] LyXHTML: add a missing space in the content-type annotation.

Thibaut Cuvelier tcuvelier at lyx.org
Sat Jan 7 14:26:51 UTC 2023


commit a5c6215ebde966f2e33b51706fe4356cd52dde40
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Sat Jan 7 16:23:56 2023 +0100

    LyXHTML: add a missing space in the content-type annotation.
---
 src/Buffer.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index 3f66864..32d3e89 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -2256,7 +2256,7 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os,
 		   << "<head>\n"
 		   << "<meta name=\"GENERATOR\" content=\"" << PACKAGE_STRING << "\" />\n"
 		   // FIXME Presumably need to set this right
-		   << "<meta http-equiv=\"content-type\" content=\"text/html;charset=UTF-8\" />\n";
+		   << "<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\n";
 
 		docstring const & doctitle = features.htmlTitle();
 		os << "<title>"


More information about the lyx-cvs mailing list