From 8d38dc04a0d5565a6fa003af10a36f4ec70354dc Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Tue, 21 Aug 2012 03:55:01 +0200
Subject: [PATCH] Remove class contactsection

---
 apps/contacts/templates/part.contact.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/contacts/templates/part.contact.php b/apps/contacts/templates/part.contact.php
index 41c9122137..e74eef7d7e 100644
--- a/apps/contacts/templates/part.contact.php
+++ b/apps/contacts/templates/part.contact.php
@@ -24,7 +24,7 @@ $id = isset($_['id']) ? $_['id'] : '';
 	</div>
 	</div> <!-- contact_photo -->
 
-	<div id="contact_identity" class="contactsection">
+	<div id="contact_identity">
 	<form method="post">
 	<input type="hidden" name="id" value="<?php echo $_['id'] ?>">
 	<input type="hidden" name="requesttoken" value="<?php echo $_['requesttoken'] ?>">
-- 
GitLab