about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bubger.15
-rw-r--r--html.c2
2 files changed, 3 insertions, 4 deletions
diff --git a/bubger.1 b/bubger.1
index f257bd3..324d7c6 100644
--- a/bubger.1
+++ b/bubger.1
@@ -1,4 +1,4 @@
-.Dd May  1, 2020
+.Dd May 11, 2020
 .Dt BUBGER 1
 .Os
 .
@@ -87,8 +87,7 @@ link of
 to the index page navigation.
 .
 .It Fl t Ar title
-Set the base title for HTML pages
-and the index Atom feed.
+Set the title for the index HTML page and Atom feed.
 The default title is the mailbox name.
 .
 .It Fl u Ar base
diff --git a/html.c b/html.c
index 0d086da..99f04c7 100644
--- a/html.c
+++ b/html.c
@@ -380,7 +380,7 @@ int htmlThreadHead(FILE *file, const struct Envelope *envelope) {
 		Q(<!DOCTYPE html>)
 		Q(<meta charset="utf-8">)
 		Q(<meta name="generator" content="[generator]">)
-		Q(<title>[subject] &middot; [title]</title>)
+		Q(<title>[subject]</title>)
 		Q(<link rel="alternate" type="application/atom+xml" href="[atom]">)
 		Q(<link rel="alternate" type="application/mbox" href="[mbox]">)
 	};