From eba73dd9091e01f03878a2c412cd93f64b9be9af Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 27 Feb 2013 11:17:57 +0100 Subject: Fix versionned dependency on mailman in the spec file --- hyperkitty.spec | 2 +- hyperkitty/templates/thread.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperkitty.spec b/hyperkitty.spec index 757ddb6..5ca6bdf 100644 --- a/hyperkitty.spec +++ b/hyperkitty.spec @@ -40,7 +40,7 @@ BuildRequires: python-django-south Requires: django-gravatar2 Requires: django-social-auth >= 0.7.1 Requires: django-rest-framework >= 2.0.0 -Requires: mailman >= 3.0.0b2 +Requires: mailman >= 3:3.0.0 Requires: kittystore Requires: django-crispy-forms Requires: django-assets diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 96c6020..95d4d97 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -22,7 +22,7 @@ {% if thread %} {{ thread.subject|strip_subject:mlist|truncatesmart:"22" }} + title="{{ thread.subject|strip_subject:mlist|escape }}">{{ thread.subject|strip_subject:mlist|truncatesmart:"22" }} {% endif %} {% endfor %}

{{ subject }}

-- cgit