about summary refs log tree commit diff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/html.c b/html.c
index ff08357..bdbc59c 100644
--- a/html.c
+++ b/html.c
@@ -31,9 +31,9 @@ static int htmlAddress(FILE *file, const char *class, struct Address addr) {
 		);
 	} else if (addr.mailbox) {
 		template = TEMPLATE(
-			<li>
-				<address class="[class] group">[mailbox]</address>
-				<ul class="group">
+			<li class="group">
+				<address class="[class]">[mailbox]</address>
+				<ul>
 		);
 	} else {
 		template = TEMPLATE(