mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Standards and variable renaming
This commit is contained in:
parent
a5ca724fd3
commit
e4adaa9900
3 changed files with 22 additions and 35 deletions
|
@ -27,10 +27,10 @@ function viewsrc_content(App $a)
|
|||
|
||||
if (DBM::is_result($item)) {
|
||||
if (is_ajax()) {
|
||||
echo str_replace("\n",'<br />',$item['body']);
|
||||
echo str_replace("\n", '<br />', $item['body']);
|
||||
killme();
|
||||
} else {
|
||||
$o .= str_replace("\n",'<br />',$item['body']);
|
||||
$o .= str_replace("\n", '<br />', $item['body']);
|
||||
}
|
||||
}
|
||||
return $o;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue