This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
preformat webfinger output
pull/1/head
Friendika
10 years ago
parent
29c57f7ad2
commit
4418cb4349
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mod/webfinger.php
+ 2
- 0
mod/webfinger.php
View File
@ -18,7 +18,9 @@ function webfinger_content(&$a) {
$res
=
webfinger
(
$addr
);
else
$res
=
lrdd
(
$addr
);
$o
.=
'<pre>'
;
$o
.=
str_replace
(
"
\n
"
,
'<br />'
,
print_r
(
$res
,
true
));
$o
.=
'</pre>'
;
}
return
$o
;
}
Write
Preview
Loading…
Cancel
Save