summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:33:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:33:44 +0200
commitcd10f93e0d271840caff92b88195385a2a3f15b2 (patch)
treecf9e3724c35bba4cdd82e443938151bf189802cc /templates/part.content.php
parent06367d8b81407fc2948e0f666b38f4de2dffbd89 (diff)
style fixes
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>