mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
LyXHTML: fix the content-type attribute, it must be lower case (enforced for HTML5).
This commit is contained in:
parent
26e6b1c209
commit
cabb12ba51
@ -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>"
|
||||
|
Loading…
Reference in New Issue
Block a user