about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-05-22 14:47:36 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-05-22 14:47:36 +0900
commit11f0add95ffb3d12b647ce1fe29ebcf8a385ed19 (patch)
tree599ab59955fd2d416216f790d29140d9a7e84a00
parent2cd501b224e1d00e4801ce0d562f39787390704b (diff)
downloadscadere-11f0add95ffb3d12b647ce1fe29ebcf8a385ed19.tar.gz
Make the heading a heading
-rw-r--r--src/scadere/listen.py2
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),