aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Siegfried <david.siegfried@uni-vechta.de>2023-07-14 12:54:04 +0000
committerRasmus Fuhse <fuhse@data-quest.de>2023-07-14 12:54:04 +0000
commit6f785dafe1eac64a242c2e07f600dda696268416 (patch)
treece402c2f37810fc996360eb7880839a13d3ec97c
parentad01f9e53f6ce3993b181e59f0b428d6b9409095 (diff)
fixes #2851
Closes #2851 Merge request studip/studip!1929
-rw-r--r--templates/start/contents.php2
1 files changed, 1 insertions, 1 deletions
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()) ?>
</p>
<p class="content-item-description">
- <?= htmlReady($navigation->getDescription()) ?>
+ <?= htmlReady(mila($navigation->getDescription(), 50)) ?>
</p>
</div>
</a>