From 6f785dafe1eac64a242c2e07f600dda696268416 Mon Sep 17 00:00:00 2001
From: David Siegfried
Date: Fri, 14 Jul 2023 12:54:04 +0000
Subject: 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 b03df2a..e561fe8 100644
--- a/templates/start/contents.php
+++ b/templates/start/contents.php
@@ -17,7 +17,7 @@
= htmlReady($navigation->getTitle()) ?>
- = htmlReady($navigation->getDescription()) ?>
+ = htmlReady(mila($navigation->getDescription(), 50)) ?>
--
cgit v1.0