From d83c43d9c9bc5cd12c9c8b3df6d249fad5b753a8 Mon Sep 17 00:00:00 2001
From: Jonas Kohl
Date: Sat, 12 Oct 2024 20:10:25 +0200
Subject: Remove spoilers from search results and profiles
---
src/application/views/view_search_results.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/application/views/view_search_results.php')
diff --git a/src/application/views/view_search_results.php b/src/application/views/view_search_results.php
index 93e36f7..660284d 100644
--- a/src/application/views/view_search_results.php
+++ b/src/application/views/view_search_results.php
@@ -16,7 +16,7 @@ use mystic\forum\utils\StringUtils;
- = htmlentities(html_entity_decode(StringUtils::truncate(strip_tags(renderPost($post->content)), 100))) ?>
+ = renderPostSummary($post->content) ?>
= __("posted by %author% on %post_date% in %topic%", [
"author" => '' . htmlentities($users[$post->authorId]?->displayName ?? __("unknown")) . '',
"post_date" => '' . htmlentities($post->postDate->format("c")) . '',
--
cgit v1.2.3