]> git.lyx.org Git - features.git/commitdiff
LyXHTML: add a missing space in the content-type annotation.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 7 Jan 2023 15:23:56 +0000 (16:23 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 7 Jan 2023 15:23:56 +0000 (16:23 +0100)
src/Buffer.cpp

index 3f66864f75f56f88a9035473c53a3786e0a082af..32d3e8955b82a0cc9423c3af7af22ac63fbbc1ad 100644 (file)
@@ -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>"