X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fquoteconvert.php;h=2a6d28370a3910cbb4a34fc470526fb48a20eb16;hb=6f04c57ed389232afb36c4ce0ed1d089f30a2672;hp=3aee93234fdc1b4ee0e1cd7f96ee595abb9f7ec5;hpb=18679111f5aed8f1c5e7ccb9857195e52c57765d;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);