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_user.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'src/application/views/view_user.php')
diff --git a/src/application/views/view_user.php b/src/application/views/view_user.php
index a38096f..c95b557 100644
--- a/src/application/views/view_user.php
+++ b/src/application/views/view_user.php
@@ -54,13 +54,13 @@ $emailPending = $isOwnProfile && $user->pendingEmail !== null;
?>
-
+
= htmlentities(html_entity_decode(StringUtils::truncate(strip_tags(renderPost($post->content)), 100))) ?>
= __("posted on %post_date% in %topic%", [
"post_date" => '' . htmlentities($post->postDate->format("c")) . '',
"topic" => '' .
- ($topics[$post->topicId]?->isLocked ? ' ' : '') .
+ ($topics[$post->topicId]?->isLocked ? ' ' : '') .
htmlentities($topics[$post->topicId]?->title ?? "unknown") . '',
]) ?>
@@ -73,7 +73,7 @@ $emailPending = $isOwnProfile && $user->pendingEmail !== null;