commit fc80eba3701c10d2fe14d10969d5e0db020886bf
Author: Richard Kimberly Heck <[email protected]>
Date:   Sun Jan 3 23:22:26 2021 -0500

    https
    
    Fixes the last of #10945.
---
 src/Buffer.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index 3a6ae64..5ef7c91 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -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();
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to