summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-14 18:04:56 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-14 18:04:56 +0100
commitaa57ce57d39363371b20810639453d48f5f8e1a9 (patch)
tree646f4f49db820ba986f2cd30a09287031fcfa2c6 /templates/part.feed.unread.php
parent84a088a8340dfa2f5f3dc70866d2d47d91cbcaf0 (diff)
fixed error that resulted of not existing owncloud.css
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index b2e4567e0..4c40848a1 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -19,8 +19,8 @@
<span class="unread-counter">
{{ getUnreadCount(feedType.Subscriptions, 0) }}
</span>
- <button class="svg action mark-read-icon"
- ng-click="markAllRead(feedType.Subscriptions, 0)"
- title="<?php p($l->t('Mark all read')) ?>"></button>
+ <button class="svg action mark-read-icon"
+ ng-click="markAllRead(feedType.Subscriptions, 0)"
+ title="<?php p($l->t('Mark all read')) ?>"></button>
</span>
</li> \ No newline at end of file