summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index b20cc52b9..04d67a881 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -18,9 +18,7 @@ if(isset($_['mock'])){
}
}
-$mockClass = isset($_['mock']) ? 'mock' : '';
-
-echo '<li class="feed ' . $mockClass . '" data-id="' . $feedId . '">';
+echo '<li class="feed" data-id="' . $feedId . '">';
echo '<a style="background-image: url(' . $favicon . ');" href="#" class="title">' . $feedTitle .'</a>';
echo '<span class="unread_items_counter">' . $unreadItemsCount . '</span>';
echo '<span class="buttons">';