X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fquoteconvert.php;h=2a6d28370a3910cbb4a34fc470526fb48a20eb16;hb=c0e87b2beac1f326f97eac6e7f97f95e12498405;hp=3aee93234fdc1b4ee0e1cd7f96ee595abb9f7ec5;hpb=89560edde2fe3fb198b558479e9c2300fc4185fd;p=friendica.git diff --git a/include/quoteconvert.php b/include/quoteconvert.php index 3aee93234f..2a6d28370a 100644 --- a/include/quoteconvert.php +++ b/include/quoteconvert.php @@ -124,7 +124,7 @@ function removetofu($message) } if ($quotestart != 0) { - $message = trim(substr($message, 0, $quotestart))."\n[collapsed]\n".substr($message, $quotestart+7, -8).'[/collapsed]'; + $message = trim(substr($message, 0, $quotestart))."\n[spoiler]".substr($message, $quotestart+7, -8).'[/spoiler]'; } return($message);