changeset 25534:222e23e5e7c1 stable

doc: Fix malformed URL (bug #54225). * libinterp/version.cc: Exclude dot "." from URL formatting.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 02 Jul 2018 15:47:19 +0200
parents 194417044d1a
children ad25dee33a9f 60e89abe0e61
files libinterp/version.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/version.cc	Fri Jun 29 14:15:08 2018 -0700
+++ b/libinterp/version.cc	Mon Jul 02 15:47:19 2018 +0200
@@ -47,7 +47,7 @@
 octave_www_statement (bool html)
 {
   return "Additional information about Octave is available at "
-         + format_url (html, "https://www.octave.org.");
+         + format_url (html, "https://www.octave.org") + ".";
 }
 
 std::string