]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Move assignment where needed
[lyx.git] / src / Buffer.cpp
index 3a6ae648b25885b5009da363c47659c56098b58e..5ef7c91c9d09d42345c1fdd2e571bc37150a4bee 100644 (file)
@@ -2137,7 +2137,7 @@ Buffer::ExportStatus Buffer::writeDocBookSource(odocstream & os,
                // parsep in output_docbook.cpp).
                os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
                   << "<!-- This DocBook file was created by LyX " << lyx_version
-                  << "\n  See http://www.lyx.org/ for more information -->\n";
+                  << "\n  See https://www.lyx.org/ for more information -->\n";
 
                // Directly output the root tag, based on the current type of document.
                string languageCode = params().language->code();