This commit is contained in:
2026-03-06 00:54:03 +01:00
parent b670326f17
commit 057e63e5c2
2 changed files with 2 additions and 1 deletions

View File

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