mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-22 02:47:27 +08:00
add lacking of trans
This commit is contained in:
@@ -277,7 +277,7 @@ function formatSpoiler($content, $title = '', $defaultCollapsed = true): string
|
||||
if (!$title) {
|
||||
$title = $lang_functions['spoiler_default_title'];
|
||||
}
|
||||
$content = str_replace(['<br>', '<br />'], '', $content);
|
||||
// $content = str_replace(['<br>', '<br />'], '', $content);
|
||||
$contentClass = "spoiler-content";
|
||||
if ($defaultCollapsed) {
|
||||
$contentClass .= " collapse";
|
||||
|
||||
Reference in New Issue
Block a user