From: Max Weller Date: Sat, 23 Jun 2012 20:35:43 +0000 (+0200) Subject: I want HTML code! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=111ace5abd855a0c4f248b34d468285b825abbd0;p=friendica.git I want HTML code! --- diff --git a/include/api.php b/include/api.php index 7466c199ae..32579fe7d3 100644 --- a/include/api.php +++ b/include/api.php @@ -1605,7 +1605,7 @@ if (isset($_GET["getText"])) { $d['title'] = $item['title'] ; if ($_GET["getText"] == "true") { - $d['text'] = html2plain(bbcode($item['body']), 0); + $d['text'] = bbcode($item['body']); } } else { $d['text'] = $item['title']."\n".html2plain(bbcode($item['body']), 0);