diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 503d1dbd..06686a9c 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -89,7 +89,7 @@ {% endif %} -

{{entry.title|shortentitle(40)}}

+

{{entry.title}}

{% for author in entry.authors %} {{author.name.replace('|',',')}}