diff options
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> |
