summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-18 11:22:48 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-18 11:23:00 +0200
commit821aa0777d37f73ce12588cece1af18fd89113bc (patch)
treeaa831399d9349191d233bf83ea530b6d9ca13b24 /templates/part.items.php
parentc5537fcecc1e79647846324db52498ecedddb87a (diff)
remove em, b and i tags from title fix #88
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
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 @@
<h1 class="item_title">
<a ng-click="itemBusinessLayer.setRead(item.id)"
target="_blank" href="{{ item.url }}">
- {{ item.title|ocRemoveTags:['em'] }}
+ {{ item.title|ocRemoveTags:['em', 'b', 'i'] }}
</a>
</h1>