aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-01 06:46:12 -0700
committerfriendica <info@friendica.com>2012-04-01 06:46:12 -0700
commit9b4bef8ac49131f8138d360805645e2da44913ae (patch)
treef004ecd9eec95397e6d2c8fbcc6487b343a42ff2 /include
parentbb67ca9f1c61f96db6da15aee646a20c0b77a255 (diff)
downloadvolse-hubzilla-9b4bef8ac49131f8138d360805645e2da44913ae.tar.gz
volse-hubzilla-9b4bef8ac49131f8138d360805645e2da44913ae.tar.bz2
volse-hubzilla-9b4bef8ac49131f8138d360805645e2da44913ae.zip
that didn't quite work out
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php4
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)