diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-08-21 03:55:01 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-08-21 03:57:48 +0200 |
commit | 8d38dc04a0d5565a6fa003af10a36f4ec70354dc (patch) | |
tree | a964d1949def821c4f8a83455c6e3cf13d483229 /apps | |
parent | 68f5dc2a44987945edb13754c9da8133a8f468f3 (diff) | |
download | nextcloud-server-8d38dc04a0d5565a6fa003af10a36f4ec70354dc.tar.gz nextcloud-server-8d38dc04a0d5565a6fa003af10a36f4ec70354dc.zip |
Remove class contactsection
Diffstat (limited to 'apps')
-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'] ?>"> |