From 138de85e03495a08250773541ab74b3410f6ce8f Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Wed, 17 Oct 2012 16:31:44 -0400 Subject: move the from out of the link --- templates/part.items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/part.items.php') 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 '

' . htmlspecialchars($item->getTitle(), ENT_QUOTES, 'UTF-8') . '

'; if ((int)$lastViewedFeedType !== OCA\News\FeedType::FEED) { - $feedTitle = ' ' . $l->t('from') . ' ' . $item->getFeedTitle() . ' '; + $feedTitle = $l->t('from') . ' ' . ' ' . $item->getFeedTitle() . ' '; } else { $feedTitle = ''; } -- cgit v1.2.3