commit a5c6215ebde966f2e33b51706fe4356cd52dde40
Author: Thibaut Cuvelier <tcuvel...@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>"
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to