aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
diff options
context:
space:
mode:
authorMax Weller <igitt@max-weller.de>2012-06-23 22:35:43 +0200
committerMax Weller <igitt@max-weller.de>2012-06-23 22:35:43 +0200
commit111ace5abd855a0c4f248b34d468285b825abbd0 (patch)
tree3bea6e5f3f12c4a1339892cae970a1d6fcb12279 /include/api.php
parent9d462c6b6a2d0b2eb859781d5de26f6a2275536b (diff)
downloadvolse-hubzilla-111ace5abd855a0c4f248b34d468285b825abbd0.tar.gz
volse-hubzilla-111ace5abd855a0c4f248b34d468285b825abbd0.tar.bz2
volse-hubzilla-111ace5abd855a0c4f248b34d468285b825abbd0.zip
I want HTML code!
Diffstat (limited to 'include/api.php')
-rw-r--r--include/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php
index 7466c199a..32579fe7d 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);