summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-10-17 16:31:44 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-10-18 00:18:56 -0400
commit138de85e03495a08250773541ab74b3410f6ce8f (patch)
tree4d14a4f90ad5e06ed11a7b915b83ee9f02d35aef /templates/part.items.php
parentd567e99f2d53cee066abe1e6f915289d6d1dd6d5 (diff)
move the from out of the link
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 eafdf7777..70bdb4022 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 = '<a href="#" class="from_feed"> ' . $l->t('from') . ' ' . $item->getFeedTitle() . '</a> ';
+ $feedTitle = $l->t('from') . ' ' . '<a href="#" class="from_feed"> ' . $item->getFeedTitle() . '</a> ';
} else {
$feedTitle = '';
}