From b0b54d18dc0353583bf81eef2f1bb908e6b5e684 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 25 Apr 2021 15:58:56 -0400 Subject: Fix address group spacing --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 981dc4c..25565c6 100644 --- a/html.c +++ b/html.c @@ -53,7 +53,7 @@ static int htmlAddress(FILE *file, struct Address addr, bool comma) { mailto = htmlMailto(addr); template = Q([,][name]); } else if (addr.mailbox) { - template = "[mailbox]: "; + template = " [mailbox]:"; } else { template = ";"; } -- cgit 1.4.1