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