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.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 8576e851b..dfb2a71a2 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -55,7 +55,7 @@
<a target="_blank" ng-href="{{ feedBusinessLayer.getFeedLink(item.feedId) }}"
class="from_feed">{{ itemBusinessLayer.getFeedTitle(item.id) }}</a>
</span>
- <span ui-if="item.author">
+ <span ng-if="item.author">
<?php p($l->t('by')) ?>
{{ item.author }}
</span>
@@ -73,8 +73,10 @@
<div class="bottom-utils">
<ul ng-show="item.keepUnread">
<li ng-click="Content.toggleKeepUnread(item.id)">
- <label for="keep-unread"><?php p($l->t('Keep unread')); ?></label>
- <input type="checkbox" name="keep-unread" ng-checked="item.keepUnread"/>
+ <label for="keep-unread">
+ <input type="checkbox" name="keep-unread" ng-checked="item.keepUnread"/>
+ <?php p($l->t('Keep unread')); ?>
+ </label>
</li>
</ul>
</div>