diff options
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
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([,]<a href="[mailto]">[name]</a>); } else if (addr.mailbox) { - template = "[mailbox]: "; + template = " [mailbox]:"; } else { template = ";"; } |