summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 55b866f3c..5b1bcd246 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -59,8 +59,10 @@
<div class="bottom-utils">
<ul>
<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>