From: Simon Josefsson Date: Fri, 9 Feb 2007 14:42:23 +0000 (+0000) Subject: Text fix. X-Git-Tag: gnutls_1_7_6~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d0acefed8b18a4f683bc3707c5b95ea344898bd;p=thirdparty%2Fgnutls.git Text fix. --- diff --git a/src/serv.c b/src/serv.c index 324804a8d2..e84d0f7fda 100644 --- a/src/serv.c +++ b/src/serv.c @@ -422,8 +422,9 @@ initialize_session (void) } static const char DEFAULT_DATA[] = - "This is the default message reported by the GnuTLS implementation. For " - "more information please visit ."; + "This is the default message reported by the GnuTLS implementation. " + "For more information please visit " + "http://www.gnutls.org/."; /* Creates html with the current session information. */ @@ -562,7 +563,7 @@ peer_print_info (gnutls_session session, int *ret_length, const char *header) sprintf (tmp2, "Ciphersuite%s

\n", tmp); - strcat (http_buffer, "

Your header was:

");
+  strcat (http_buffer, "

Your HTTP header was:

");
   strcat (http_buffer, header);
   strcat (http_buffer, "

");