Merge remote-tracking branch 'mike/master' into dev

This commit is contained in:
Mario Vavti
2018-10-05 11:40:50 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ class Viewsrc extends \Zotlabs\Web\Controller {
$content = escape_tags($r[0]['body']);
$o = (($json) ? json_encode($content) : str_replace("\n",'<br />',$content));
$o = (($json) ? json_encode($content) : $content);
}
}