diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-08-19 17:05:45 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-08-19 17:05:45 +0200 |
commit | 2d3ec5cb4b43a9fd995fd521ffec9af2bc7f78fe (patch) | |
tree | 0527b6d0132d8b3136e80bc65ae8da52a1b8478e /apps/contacts/templates | |
parent | 4946e23bdc8e784568a707ad37d66957f5d88867 (diff) | |
download | nextcloud-server-2d3ec5cb4b43a9fd995fd521ffec9af2bc7f78fe.tar.gz nextcloud-server-2d3ec5cb4b43a9fd995fd521ffec9af2bc7f78fe.zip |
Removed stray img element.
Diffstat (limited to 'apps/contacts/templates')
-rw-r--r-- | apps/contacts/templates/part.contact.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.contact.php b/apps/contacts/templates/part.contact.php index 3670ce0389b..4d465e418cf 100644 --- a/apps/contacts/templates/part.contact.php +++ b/apps/contacts/templates/part.contact.php @@ -22,7 +22,6 @@ $id = isset($_['id']) ? $_['id'] : ''; <li><a class="svg cloud" title="<?php echo $l->t('Select photo from ownCloud'); ?>"></a></li> </ul> </div> - <img /> </div> <!-- contact_photo --> <div id="contact_identity" class="contactsection"> |