diff options
| author | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2023-07-12 11:03:45 +0200 |
|---|---|---|
| committer | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2023-07-12 11:03:45 +0200 |
| commit | f21edc1918b0c11114dadbe1bbf13c0fa82cfef4 (patch) | |
| tree | ef9587aabd7b8f6e719d252c507951213b927dd6 /templates/start/contents.php | |
| parent | cb9713074daeb9e0e49737d3b8d2663bf5f094e9 (diff) | |
shorten text for arbeitsplatz-widgetissue-2836
Diffstat (limited to 'templates/start/contents.php')
| -rw-r--r-- | templates/start/contents.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/start/contents.php b/templates/start/contents.php index b03df2a..d251ee0 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(), 70)) ?> </p> </div> </a> |
