summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-10-15 22:23:11 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-10-15 22:23:11 +0200
commit3f0ddad8ab6e061b9d9678e2b3443258bff11205 (patch)
tree6e22e7c3a401d6265037f8315fc460a7486f4163 /templates/part.items.php
parent97b6231468bf11046e29f368e113ea3865639c12 (diff)
also show additional feedtitle when using javascript to reload the page
Diffstat (limited to 'templates/part.items.php')
-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 bcbc8da37..72cf8393c 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -34,7 +34,7 @@ foreach($items as $item) {
echo '<h1 class="item_title"><a target="_blank" href="' . $item->getUrl() . '">' . htmlspecialchars($item->getTitle(), ENT_QUOTES, 'UTF-8') . '</a></h1>';
if ((int)$lastViewedFeedType !== OCA\News\FeedType::FEED) {
- $feedTitle = '<span class="feed_title"> ' . $l->t('from') . ' ' . $item->getFeedTitle() . '</span>';
+ $feedTitle = '<span class="from_feed"> ' . $l->t('from') . ' ' . $item->getFeedTitle() . '</span>';
} else {
$feedTitle = '';
}