This commit is contained in:
2026-03-06 01:04:26 +01:00
parent d845f7a7e6
commit 92aa7b3f77

View File

@@ -215,4 +215,3 @@ function truncateText(string $text, int $limit): string
}
return substr($text, 0, $limit) . "\n...truncated...";
}
s