diff options
-rw-r--r-- | src/scadere/listen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scadere/listen.py b/src/scadere/listen.py index c9df384..bac32c8 100644 --- a/src/scadere/listen.py +++ b/src/scadere/listen.py @@ -36,7 +36,7 @@ def path(hostname, port, issuer, serial): def body(not_before, not_after, hostname, port, serial, issuer): """Describe the given certificate in XHTML.""" - return (('p', 'TLS certificate information'), + return (('h1', 'TLS certificate information'), ('dl', ('dt', 'Domain'), ('dd', hostname), ('dt', 'Port'), ('dd', port), |