From 2d3ec5cb4b43a9fd995fd521ffec9af2bc7f78fe Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Sun, 19 Aug 2012 17:05:45 +0200
Subject: [PATCH] Removed stray img element.

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

diff --git a/apps/contacts/templates/part.contact.php b/apps/contacts/templates/part.contact.php
index 3670ce0389..4d465e418c 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">
-- 
GitLab