diff options
-rw-r--r-- | apps/contacts/templates/part.contact.php | 2 |
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'] ?>"> |