about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scadere/listen.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scadere/listen.py b/src/scadere/listen.py
index c9801a5..fed8e5b 100644
--- a/src/scadere/listen.py
+++ b/src/scadere/listen.py
@@ -54,7 +54,9 @@ def entry(base_url, cert):
             ('content', {'type': 'xhtml'},
              ('div', {'xmlns': 'http://www.w3.org/1999/xhtml'}, *body(*cert))),
             ('id', url),
-            ('link', {'rel': 'alternate', 'type': 'text/plain', 'href': url}),
+            ('link', {'rel': 'alternate',
+                      'type': 'application/xhtml+xml',
+                      'href': url}),
             ('title', (f'TLS cert for {hostname} will expire at {not_after}')),
             ('updated', not_before))