From: Thibaut Cuvelier Date: Sat, 7 Jan 2023 15:24:57 +0000 (+0100) Subject: LyXHTML: use a lower-case meta for generator, this is the most common convention. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6a3bd6403277c5a2fd7cc93f88f1ed7e7d492145;p=features.git LyXHTML: use a lower-case meta for generator, this is the most common convention. --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 32d3e8955b..2e43a15ed2 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2254,7 +2254,7 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os, os << "\n" << "\n" << "\n" - << "\n" + << "\n" // FIXME Presumably need to set this right << "\n";