]> git.mxchange.org Git - friendica.git/blobdiff - include/text.php
Merge branch 'pull'
[friendica.git] / include / text.php
index 6d557ed84e8c62706cca664776d0e71337137055..0b825cc39940c4017a1087162cfa56a91db0347d 100644 (file)
@@ -610,6 +610,8 @@ function micropro($contact, $redirect = false, $class = '', $textmode = false) {
                        $url = $redirect_url;
                        $sparkle = ' sparkle';
                }
+               else
+                       $url = zrl($url);
        }
        $click = ((x($contact,'click')) ? ' onclick="' . $contact['click'] . '" ' : '');
        if($click)