X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fmsgclean.php;h=eabb47788a9b622775c4a1f26a1ab7d400b81922;hb=eb27c32065f64611013cb988ffe28514e14559ac;hp=284ad1ce4b232e9066251481c7d4b9018e5bff5e;hpb=74c64ef2d244df47b2bea6527bbeb5cc62ca8845;p=friendica.git diff --git a/include/msgclean.php b/include/msgclean.php index 284ad1ce4b..eabb47788a 100644 --- a/include/msgclean.php +++ b/include/msgclean.php @@ -13,7 +13,7 @@ function savereplace($pattern, $replace, $text) function unifyattributionline($message) { - $quotestr = array('quote', 'collapsed'); + $quotestr = array('quote', 'spoiler'); foreach ($quotestr as $quote) { $message = savereplace('/----- Original Message -----\s.*?From: "([^<"].*?)" <(.*?)>\s.*?To: (.*?)\s*?Cc: (.*?)\s*?Sent: (.*?)\s.*?Subject: ([^\n].*)\s*\['.$quote.'\]/i', "[".$quote."='$1']\n", $message);