diff libgui/src/welcome-wizard.cc @ 26786:bb3a441addb0 stable

* welcome-wizard.cc (setup_community_news): fix incorrect head tag
author Torsten <mttl@mailbox.org>
date Sun, 24 Feb 2019 21:22:49 +0100
parents 5d1f413ff746
children 4092ffc1e43c
line wrap: on
line diff
--- a/libgui/src/welcome-wizard.cc	Sun Feb 24 19:28:17 2019 +0100
+++ b/libgui/src/welcome-wizard.cc	Sun Feb 24 21:22:49 2019 +0100
@@ -237,7 +237,7 @@
            "<style>\n"
            "a:link { text-decoration: underline; color: #0000ff; }\n"
            "</style>\n"
-           "<head/><body>\n"
+           "</head><body>\n"
            "<p>Allow Octave to connect to the Octave web site when it starts to display current news and information about the Octave community.</p>\n"
            "</body></html>"));
     m_checkbox_message->setWordWrap (true);