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

- {{ item.title|ocRemoveTags:['em'] }} + {{ item.title|ocRemoveTags:['em', 'b', 'i'] }}

-- cgit v1.2.3