preformat webfinger output
This commit is contained in:
parent
29c57f7ad2
commit
4418cb4349
1 changed files with 2 additions and 0 deletions
|
@ -18,7 +18,9 @@ function webfinger_content(&$a) {
|
||||||
$res = webfinger($addr);
|
$res = webfinger($addr);
|
||||||
else
|
else
|
||||||
$res = lrdd($addr);
|
$res = lrdd($addr);
|
||||||
|
$o .= '<pre>';
|
||||||
$o .= str_replace("\n",'<br />',print_r($res,true));
|
$o .= str_replace("\n",'<br />',print_r($res,true));
|
||||||
|
$o .= '</pre>';
|
||||||
}
|
}
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
Loading…
Reference in a new issue