From fb4a26577e9f1149e78bd500447ce061445bd708 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Sat, 7 Jan 2023 03:42:11 +0100 Subject: [PATCH] LyXHTML: don't explicitly mention that the style is CSS, HTML5 doesn't like it. --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 1404cd4ba8..3f66864f75 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -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 << "\n"; } -- 2.39.5