summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-08-21 03:55:01 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-08-21 03:57:48 +0200
commit8d38dc04a0d5565a6fa003af10a36f4ec70354dc (patch)
treea964d1949def821c4f8a83455c6e3cf13d483229
parent68f5dc2a44987945edb13754c9da8133a8f468f3 (diff)
downloadnextcloud-server-8d38dc04a0d5565a6fa003af10a36f4ec70354dc.tar.gz
nextcloud-server-8d38dc04a0d5565a6fa003af10a36f4ec70354dc.zip
Remove class contactsection
-rw-r--r--apps/contacts/templates/part.contact.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.contact.php b/apps/contacts/templates/part.contact.php
index 41c91221372..e74eef7d7e7 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'] ?>">