]> git.mxchange.org Git - friendica.git/blobdiff - mod/webfinger.php
Merge pull request #3307 from rebeka-catalina/space_before_t
[friendica.git] / mod / webfinger.php
index 8e54dd275bcd9c9dbb8cb4802eeec5ab60f21000..eee0580e3178c8b8a492ecf73fcbd1c718bb82fa 100644 (file)
@@ -11,7 +11,7 @@ function webfinger_content(App $a) {
 
        $o .= '<br /><br />';
 
-       if (x($_GET,'addr')) {
+       if(x($_GET,'addr')) {
                $addr = trim($_GET['addr']);
                $res = Probe::lrdd($addr);
                $o .= '<pre>';