From c5537fcecc1e79647846324db52498ecedddb87a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 18 Apr 2013 11:22:30 +0200 Subject: remove em, b and i tags from title fix #88 --- templates/part.items.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/part.items.php b/templates/part.items.php index ac70e0658..18a052e6b 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -21,7 +21,9 @@

{{ item.title }} + target="_blank" href="{{ item.url }}"> + {{ item.title|ocRemoveTags:['em'] }} +

-- cgit v1.2.3