]> git.mxchange.org Git - friendica.git/commitdiff
Mismatched quotes in boot.php (wrecked up scrape_dfrn()).
authorOlivier Migeot <olivier@migeot.org>
Mon, 18 Apr 2011 15:42:15 +0000 (17:42 +0200)
committerOlivier Migeot <olivier@migeot.org>
Mon, 18 Apr 2011 15:42:15 +0000 (17:42 +0200)
boot.php

index 7a8f00fbe332b69c5c27b51496477aa1902f2fde..992c2bb871b270083284e5fbf065124451e0ff67 100644 (file)
--- 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";
 }}