From: Friendika Date: Tue, 28 Jun 2011 01:13:44 +0000 (-0700) Subject: preformat webfinger output X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4418cb4349341064690cfbe6d4f26542cf108203;p=friendica.git preformat webfinger output --- diff --git a/mod/webfinger.php b/mod/webfinger.php index dd6d72a13c..5ef29e43f1 100644 --- a/mod/webfinger.php +++ b/mod/webfinger.php @@ -18,7 +18,9 @@ function webfinger_content(&$a) { $res = webfinger($addr); else $res = lrdd($addr); + $o .= '
';
 		$o .= str_replace("\n",'
',print_r($res,true)); + $o .= '
'; } return $o; } \ No newline at end of file