strip out the Diaspora quoted reshare markers

This commit is contained in:
friendica 2014-10-20 21:15:29 -07:00
parent 34985f7272
commit e8a7fb3d01

View File

@ -116,6 +116,8 @@ function diaspora_mention_callback($matches) {
function diaspora2bb($s,$use_zrl = false) {
$s = str_replace("
\n>","",$s);
$s = html_entity_decode($s,ENT_COMPAT,'UTF-8');
// Too many new lines. So deactivated the following line