summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-09 14:42:23 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-09 14:42:23 +0000
commit2d0acefed8b18a4f683bc3707c5b95ea344898bd (patch)
treed21ae8516ec969ee863a9ded5b5ec005fb8dadea
parent9b1ea764e74ec02a54965def2528061b08a1c52d (diff)
downloadgnutls-2d0acefed8b18a4f683bc3707c5b95ea344898bd.tar.gz
Text fix.
-rw-r--r--src/serv.c7
1 files changed, 4 insertions, 3 deletions
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 <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>");