summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-14 13:52:07 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-14 13:52:07 -0400
commit51bf7344a712d0ce140020e75099b11a8d007639 (patch)
treebc4a1b3fb5f0a801a5d3b06155390c1e9cdb153f /templates
parent0d5bd3a636218a18b0fa81c6897614e37943455c (diff)
parenta4363afdf1892692b0f8dd72fcb804b9959b403b (diff)
Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/apps into merge-requests/17
Diffstat (limited to 'templates')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index f41ea098d..afac3e10a 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -28,7 +28,7 @@ foreach($items as $item) {
$startTitle = $l->t('Mark as important');
}
- echo '<li class="feed_item ' . $newsItemClass .'" data-id="' . $item->getId() . '" data-feedid="' . $feedId . '" data-processing="false">';
+ echo '<li class="feed_item ' . $newsItemClass .'" data-id="' . $item->getId() . '" data-feedid="' . $feedId . '">';
echo '<div class="utils">';
echo '<ul class="primary_item_utils">';