diff options
author | friendica <info@friendica.com> | 2012-04-01 06:46:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 06:46:12 -0700 |
commit | 9b4bef8ac49131f8138d360805645e2da44913ae (patch) | |
tree | f004ecd9eec95397e6d2c8fbcc6487b343a42ff2 /include/items.php | |
parent | bb67ca9f1c61f96db6da15aee646a20c0b77a255 (diff) | |
download | volse-hubzilla-9b4bef8ac49131f8138d360805645e2da44913ae.tar.gz volse-hubzilla-9b4bef8ac49131f8138d360805645e2da44913ae.tar.bz2 volse-hubzilla-9b4bef8ac49131f8138d360805645e2da44913ae.zip |
that didn't quite work out
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php index e09b888ca..8f8b3ccd0 100755 --- a/include/items.php +++ b/include/items.php @@ -435,8 +435,8 @@ function get_atom_elements($feed,$item) { $res['body'] = @html2bbcode($res['body']); } - else - $res['body'] = escape_tags($res['body']); +// else +// $res['body'] = escape_tags($res['body']); $allow = $item->get_item_tags(NAMESPACE_DFRN,'comment-allow'); if($allow && $allow[0]['data'] == 1) |