diff --git a/code/services-application/search-service/resources/jte/siteinfo/view/overview.jte b/code/services-application/search-service/resources/jte/siteinfo/view/overview.jte index 25c8a9fa..afefcfa7 100644 --- a/code/services-application/search-service/resources/jte/siteinfo/view/overview.jte +++ b/code/services-application/search-service/resources/jte/siteinfo/view/overview.jte @@ -39,7 +39,7 @@ @for (SearchSiteInfoService.FeedItem item : siteInfo.feed().items())
${item.title()} - ${item.pubDay()} + ${item.pubDay()}
${item.description()}
@endfor