mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 14:41:30 +00:00
filter test: fix date display format
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
print "<b>" . $feed_title . "</b>";
|
print "<b>" . $feed_title . "</b>";
|
||||||
print "): ";
|
print "): ";
|
||||||
print "<span class=\"insensitive\">" . $content_preview . "</span>";
|
print "<span class=\"insensitive\">" . $content_preview . "</span>";
|
||||||
print $line["date_entered"];
|
print " " . mb_substr($line["date_entered"], 0, 16);
|
||||||
|
|
||||||
print "</td></tr>";
|
print "</td></tr>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user