summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-18 23:32:54 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-18 23:32:54 +0200
commitfa3b8c8e541d03af0eace146e3dc9bfd6f5566d4 (patch)
tree09e77486056d85b98cfabf7aa385e78d55c06dba /templates
parent5ac1c9feaccc8ff811e081d45c4d6d730a6fac45 (diff)
add additional html heading tag for plugins
Diffstat (limited to 'templates')
-rw-r--r--templates/part.items.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index b6527dfff..f20e80c75 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -2,7 +2,7 @@
<li class="feed_item"
ng-repeat="item in itemBusinessLayer.getAll() | orderBy:['-id'] "
ng-class="{ read: item.isRead() }"
- data-id="{{ item.id }}"
+ data-id="{{ item.id }}">
<h2 class="item_date">
<span class="timeago" title="{{item.pubDate*1000|date:'dd-MM-yyyy'}}">
{{ getRelativeDate(item.pubDate) }}
@@ -19,7 +19,8 @@
</ul>
</div>
- <h1 class="item_title" title="{{ item.title|ocRemoveTags:['em', 'b', 'i'] }}">
+ <h1 class="item_heading">{{ item.title|ocRemoveTags:['em', 'b', 'i'] }}</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'] }}