From d920cf25b0516be7dfbe5115044c694fa192dc5e Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Sun, 12 Jul 2015 16:16:54 +0200
Subject: [PATCH] dont use an empty li, but make a new list for visual
 separation

---
 view/templates/contact_edit.tpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl
index c63166aa75..1b13dcdad7 100644
--- a/view/templates/contact_edit.tpl
+++ b/view/templates/contact_edit.tpl
@@ -35,8 +35,8 @@
 				{{if $archived}}
 					<li><div id="archive-message">{{$archived}}</div></li>
 				{{/if}}
-
-				<li>&nbsp;</li>
+			</ul>
+			<ul>
 
 				{{if $common_text}}
 					<li><div id="contact-edit-common"><a href="{{$common_link}}">{{$common_text}}</a></div></li>
-- 
2.39.5