LyXHTML: fix the content-type attribute, it must be lower case (enforced for HTML5).

This commit is contained in:
Thibaut Cuvelier 2023-01-07 03:33:48 +01:00
parent 26e6b1c209
commit cabb12ba51

View File

@ -2257,7 +2257,7 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os,
<< "<meta name=\"GENERATOR\" content=\"" << PACKAGE_STRING << "\" />\n"
<< "<meta charset=\"UTF-8\" />\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>"