diff libgui/src/welcome-wizard.cc @ 26333:13c62f51e830 stable

welcome-wizard.cc: Fix 2 typos in HTML. (bug #55347) * welcome-wizard.cc: Fix 2 typos in HTML.
author Doug Stewart
date Mon, 31 Dec 2018 13:33:33 -0500
parents 6652d3823428
children 00f796120a6d
line wrap: on
line diff
--- a/libgui/src/welcome-wizard.cc	Mon Dec 31 17:05:34 2018 +0100
+++ b/libgui/src/welcome-wizard.cc	Mon Dec 31 13:33:33 2018 -0500
@@ -309,11 +309,11 @@
            "<style>\n"
            "a:link { text-decoration: underline; color: #0000ff; }\n"
            "</style>\n"
-           "<head/><body>\n"
+           "</head><body>\n"
            "<p>For more information about Octave:</p>\n"
            "<ul>\n"
            "<li>Visit <a href=\"https://octave.org\">https://octave.org</a> (opens in external browser)</li>\n"
-           "<li>Get the documentation online as <a href=\"https://www.gnu.org/software/octave/doc/interpreter/index.html\">html</a>- or <a href=\"https://www.gnu.org/software/octave/octave.pdf\">pdf</span></a>-document (opens in external browser)</li>\n"
+           "<li>Get the documentation online as <a href=\"https://www.gnu.org/software/octave/doc/interpreter/index.html\">html</a>- or <a href=\"https://www.gnu.org/software/octave/octave.pdf\">pdf</a>-document (opens in external browser)</li>\n"
            "<li>Open the documentation browser of the Octave GUI with the help menu</li>\n"
            "</ul>\n"
            "</body></html>"));