diff options
author | zottel <github@zottel.net> | 2015-07-16 08:28:37 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-07-16 08:28:37 +0200 |
commit | 2bd05971ab38e18773d5c32cdfa540fe5ea74ef9 (patch) | |
tree | 46bce2c7d94327acedcfa453f149da6af4507f5f /include/text.php | |
parent | 498e2f7279e48ace3c683d5e9f35250589c01d2b (diff) | |
download | volse-hubzilla-2bd05971ab38e18773d5c32cdfa540fe5ea74ef9.tar.gz volse-hubzilla-2bd05971ab38e18773d5c32cdfa540fe5ea74ef9.tar.bz2 volse-hubzilla-2bd05971ab38e18773d5c32cdfa540fe5ea74ef9.zip |
fix observer tags for now (issue #17)
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index a02484855..cc084f6f1 100644 --- a/include/text.php +++ b/include/text.php @@ -1448,7 +1448,7 @@ function prepare_body(&$item,$attach = false) { // else { call_hooks('prepare_body_init', $item); // unobscure($item); - $s = prepare_text($item['body'],$item['mimetype'], true); + $s = prepare_text($item['body'],$item['mimetype'], false); // } $prep_arr = array('item' => $item, 'html' => $s); |