]> git.mxchange.org Git - friendica.git/blobdiff - include/quoteconvert.php
add the module to the page title
[friendica.git] / include / quoteconvert.php
index 3aee93234fdc1b4ee0e1cd7f96ee595abb9f7ec5..2a6d28370a3910cbb4a34fc470526fb48a20eb16 100644 (file)
@@ -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);