feat: remove html from div

This commit is contained in:
Nevo David 2025-07-28 10:47:23 +07:00
parent c77ab35cf2
commit 70ac9ce913
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ const CalendarItem: FC<{
</div>
<div className="w-full relative">
<div className="absolute top-0 start-0 w-full text-ellipsis break-words line-clamp-1 text-left">
{stripHtmlValidation('none', post.content)}
{stripHtmlValidation('none', post.content, false, true)}
</div>
</div>
</div>