mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
LyXHTML: remove the double specification of charset.
The choice of content-type is arbitrary.
This commit is contained in:
parent
cabb12ba51
commit
fd2078f3aa
@ -2255,7 +2255,6 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os,
|
||||
<< "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"" << from_ascii(htmlCode) << "\">\n"
|
||||
<< "<head>\n"
|
||||
<< "<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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user