1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 01:41:28 +00:00

css: insensitive -> text-muted

This commit is contained in:
Andrew Dolgov
2019-03-08 10:11:57 +03:00
parent cf6f867feb
commit 19f162dbe3
13 changed files with 31 additions and 31 deletions

View File

@@ -148,7 +148,7 @@ class Pref_Filters extends Handler_Protected {
$tmp = "<li><span class='title'>" . $line["title"] . "</span><br/>" .
"<span class='feed'>" . $line['feed_title'] . "</span>, <span class='date'>" . mb_substr($line["date_entered"], 0, 16) . "</span>" .
"<div class='preview insensitive'>" . $content_preview . "</div>" .
"<div class='preview text-muted'>" . $content_preview . "</div>" .
"</li>";
array_push($rv, $tmp);