about summary refs log tree commit homepage
path: root/lib/PublicInbox/Unsubscribe.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Unsubscribe.pm')
-rw-r--r--lib/PublicInbox/Unsubscribe.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Unsubscribe.pm b/lib/PublicInbox/Unsubscribe.pm
index 46d5d8d7..fca300e5 100644
--- a/lib/PublicInbox/Unsubscribe.pm
+++ b/lib/PublicInbox/Unsubscribe.pm
@@ -136,7 +136,7 @@ sub r {
         my ($self, $code, $title, @body) = @_;
         [ $code, [ @CT_HTML ], [
                 "<html><head><title>$title</title></head><body><pre>".
-                join("\n", "<b>$title</b>\n", @body) . '</pre><hr />'.
+                join("\n", "<b>$title</b>\n", @body) . '</pre><hr>'.
                 "<pre>This page is available under AGPL-3.0+\n" .
                 "git clone $self->{code_url}\n" .
                 qq(Email $self->{contact} if you have any questions).