From 19f162dbe304d3e0f26e2c37fa29522924b7cede Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 8 Mar 2019 10:11:57 +0300 Subject: css: insensitive -> text-muted --- classes/feeds.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index f7a6aea7b..07677a8cd 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -408,7 +408,7 @@ class Feeds extends Handler_Protected { if (!$offset && $message) { $reply['content'] = "
$message"; - $reply['content'] .= "

"; + $reply['content'] .= "

"; $sth = $this->pdo->prepare("SELECT " . SUBSTRING_FOR_DATE . "(MAX(last_updated), 1, 19) AS last_updated FROM ttrss_feeds WHERE owner_uid = ?"); @@ -428,7 +428,7 @@ class Feeds extends Handler_Protected { if ($num_errors > 0) { $reply['content'] .= "
"; - $reply['content'] .= "" . + $reply['content'] .= "" . __('Some feeds have update errors (click for details)') . ""; } $reply['content'] .= "

"; @@ -585,7 +585,7 @@ class Feeds extends Handler_Protected { $reply['headlines']['content'] = "
".__('No feed selected.'); - $reply['headlines']['content'] .= "

"; + $reply['headlines']['content'] .= "

"; $sth = $this->pdo->prepare("SELECT ".SUBSTRING_FOR_DATE."(MAX(last_updated), 1, 19) AS last_updated FROM ttrss_feeds WHERE owner_uid = ?"); @@ -605,7 +605,7 @@ class Feeds extends Handler_Protected { if ($num_errors > 0) { $reply['headlines']['content'] .= "
"; - $reply['headlines']['content'] .= "". + $reply['headlines']['content'] .= "". __('Some feeds have update errors (click for details)').""; } $reply['headlines']['content'] .= "

"; -- cgit v1.2.3