mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
LyXHTML: don't explicitly mention that the style is CSS, HTML5 doesn't like it.
This commit is contained in:
parent
4c1f9d1161
commit
fb4a26577e
@ -2316,7 +2316,7 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os,
|
||||
// we are here if the CSS is supposed to be written to the header
|
||||
// or if we failed to write it to an external file.
|
||||
if (!written) {
|
||||
os << "<style type='text/css'>\n"
|
||||
os << "<style>\n"
|
||||
<< dstyles
|
||||
<< "\n</style>\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user