]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Text fix.
authorSimon Josefsson <simon@josefsson.org>
Fri, 9 Feb 2007 14:42:23 +0000 (14:42 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 9 Feb 2007 14:42:23 +0000 (14:42 +0000)
src/serv.c

index 324804a8d288eb1669d25a298d6a49dcfcd7cf9d..e84d0f7fda57e715327639c3cf48815c29eeb46e 100644 (file)
@@ -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 <http://www.gnutls.org/>.";
+  "This is the default message reported by the GnuTLS implementation. "
+  "For more information please visit "
+  "<a href=\"http://www.gnutls.org/\">http://www.gnutls.org/</a>.";
 
 /* 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, "<TR><TD>Ciphersuite</TD><TD>%s</TD></TR></p></TABLE>\n",
           tmp);
 
-  strcat (http_buffer, "<hr><P>Your header was:<PRE>");
+  strcat (http_buffer, "<hr><P>Your HTTP header was:<PRE>");
   strcat (http_buffer, header);
   strcat (http_buffer, "</PRE></P>");