aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-18 15:20:45 -0700
committerFriendika <info@friendika.com>2011-04-18 15:20:45 -0700
commit2563c49cdd5d4770278ff51abb7285c458c8a920 (patch)
tree8f474e11d710de129fdcf8639f86105f695b1f89
parent1e967eddb75ebed6712e33735971d53b009442dd (diff)
parent8b7b0bd5a249e3ff500874368f3413a1a555dc8d (diff)
downloadvolse-hubzilla-2563c49cdd5d4770278ff51abb7285c458c8a920.tar.gz
volse-hubzilla-2563c49cdd5d4770278ff51abb7285c458c8a920.tar.bz2
volse-hubzilla-2563c49cdd5d4770278ff51abb7285c458c8a920.zip
Merge branch 'omigeot-master'
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index b738125c8..763dfc3fe 100644
--- a/boot.php
+++ b/boot.php
@@ -2027,7 +2027,7 @@ function micropro($contact, $redirect = false, $class = '') {
$url = '';
return '<div class="contact-block-div' . $class . '"><a class="contact-block-link' . $class . $sparkle
. (($click) ? ' fakelink' : '') . '" '
- . (($url) ? '" href="' . $url . '"' : '') . $click . ' ><img class="contact-block-img' . $class . $sparkle . '" src="'
+ . (($url) ? ' href="' . $url . '"' : '') . $click . ' ><img class="contact-block-img' . $class . $sparkle . '" src="'
. $contact['micro'] . '" title="' . $contact['name'] . ' [' . $contact['url'] . ']" alt="' . $contact['name']
. '" /></a></div>' . "\r\n";
}}