about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2011-03-23 16:39:24 +0000
committerDavid Hill <dhill@conformal.com>2011-03-23 16:39:24 +0000
commit8ef240410130a01be4744899c89a134d52fe64d5 (patch)
treef1e4d2a31ebe7c9d31732488e57fa32e3a6d4e21 /xxxterm.c
parent8217a5dc4088840b6a9a11b726583c6e3db48a54 (diff)
downloadxombrero-8ef240410130a01be4744899c89a134d52fe64d5.tar.gz
better html output when viewing certificates.
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index d2cf0e4..aaf44ef 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -2688,7 +2688,7 @@ show_certs(struct tab *t, gnutls_x509_crt_t *certs,
 	char			*tmp, *header, *body, *footer;
 	int			i;
 
-	header = g_strdup_printf("<title>%s</title><html><body>", title);
+	header = g_strdup_printf("<html><head><title>%s</title></head><body>", title);
 	footer = g_strdup("</body></html>");
 	body = g_strdup("");