From fbfe8fc7ea6ba91661027ea51dec290823f9e0bb Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 10 Oct 2012 19:12:07 +0200 Subject: Improve styling in headers and thread view --- hyperkitty/templates/messages/message.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hyperkitty/templates/messages/message.html') diff --git a/hyperkitty/templates/messages/message.html b/hyperkitty/templates/messages/message.html index c4325dc..874a849 100644 --- a/hyperkitty/templates/messages/message.html +++ b/hyperkitty/templates/messages/message.html @@ -33,7 +33,7 @@ {% else %}
{% endif %} -{{email.content}} +{{email.content|urlizetrunc:76}}
{% if unfolded and email.attachments|count %} @@ -49,7 +49,7 @@