From 72061dac58ee44ebd5c26efacb00790ef11aa136 Mon Sep 17 00:00:00 2001
From: Jonas Kohl
Date: Fri, 11 Oct 2024 15:08:31 +0200
Subject: Switch from Glyphicons to Fork Awesome
---
src/application/views/view_search_results.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(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 55af213..93e36f7 100644
--- a/src/application/views/view_search_results.php
+++ b/src/application/views/view_search_results.php
@@ -14,14 +14,14 @@ use mystic\forum\utils\StringUtils;
?>
-
+
= htmlentities(html_entity_decode(StringUtils::truncate(strip_tags(renderPost($post->content)), 100))) ?>
= __("posted by %author% on %post_date% in %topic%", [
"author" => '' . htmlentities($users[$post->authorId]?->displayName ?? __("unknown")) . '',
"post_date" => '' . htmlentities($post->postDate->format("c")) . '',
"topic" => ''
- . ($topics[$post->topicId]?->isLocked ? ' ' : '')
+ . ($topics[$post->topicId]?->isLocked ? ' ' : '')
. htmlentities($topics[$post->topicId]?->title ?? "unknown") . '',
]) ?>
@@ -29,7 +29,7 @@ use mystic\forum\utils\StringUtils;