summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index f20e80c75..f9fc3805f 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -19,11 +19,11 @@
</ul>
</div>
- <h1 class="item_heading">{{ item.title|ocRemoveTags:['em', 'b', 'i'] }}</h1>
+ <h1 class="item_heading">{{ item.title }}</h1>
<h1 class="item_title">
<a ng-click="itemBusinessLayer.setRead(item.id)"
target="_blank" ng-href="{{ item.url|ocSanitizeURL }}">
- {{ item.title|ocRemoveTags:['em', 'b', 'i'] }}
+ {{ item.title }}
</a>
</h1>