From 6f785dafe1eac64a242c2e07f600dda696268416 Mon Sep 17 00:00:00 2001
From: David Siegfried <david.siegfried@uni-vechta.de>
Date: Fri, 14 Jul 2023 12:54:04 +0000
Subject: [PATCH] fixes #2851

Closes #2851

Merge request studip/studip!1929
---
 templates/start/contents.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/start/contents.php b/templates/start/contents.php
index b03df2a8920..e561fe8a4f0 100644
--- a/templates/start/contents.php
+++ b/templates/start/contents.php
@@ -17,7 +17,7 @@
                                 <?= htmlReady($navigation->getTitle()) ?>
                             </p>
                             <p class="content-item-description">
-                                <?= htmlReady($navigation->getDescription()) ?>
+                                <?= htmlReady(mila($navigation->getDescription(), 50)) ?>
                             </p>
                         </div>
                     </a>
-- 
GitLab