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