strip out the Diaspora quoted reshare markers
This commit is contained in:
parent
34985f7272
commit
e8a7fb3d01
@ -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
|
||||
|
Reference in New Issue
Block a user