summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-18 23:13:10 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-18 23:13:10 +0200
commit5ac1c9feaccc8ff811e081d45c4d6d730a6fac45 (patch)
tree122a7d5829de3bda9a2f446e3106e72aeac04925 /templates
parent1bbef3805aa365123e2c5e198329ebd3d9d5c36e (diff)
also set title attribute with the title for each entry
Diffstat (limited to 'templates')
-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 830071e55..b6527dfff 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -19,7 +19,7 @@
</ul>
</div>
- <h1 class="item_title">
+ <h1 class="item_title" title="{{ item.title|ocRemoveTags:['em', 'b', 'i'] }}">
<a ng-click="itemBusinessLayer.setRead(item.id)"
target="_blank" ng-href="{{ item.url|ocSanitizeURL }}">
{{ item.title|ocRemoveTags:['em', 'b', 'i'] }}