summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-10-16 18:45:49 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-10-16 18:45:49 +0200
commitbf83f65545f68515cc75c103b4b6cdaccad8e427 (patch)
treed88e589ac29922b71ce21bdc49cf1f3b77c2c55a /templates/part.items.php
parentad665a3116fb866304cab3a3aa3fc0cabaefe2a4 (diff)
click on from_feed loads the feed
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 ebfe76b4f..eafdf7777 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="from_feed"> ' . $l->t('from') . ' ' . $item->getFeedTitle() . '</span> ';
+ $feedTitle = '<a href="#" class="from_feed"> ' . $l->t('from') . ' ' . $item->getFeedTitle() . '</a> ';
} else {
$feedTitle = '';
}