From 8d8211b2a5fa997bce06d7ae0c6f7cf37f97b245 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Tue, 14 Jul 2020 10:51:45 +0200 Subject: Add machine-readable dates in views (#3106) This will allow to make some transformations on dates when needed. See #3103 and #853 --- app/views/index/reader.phtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/index/reader.phtml') diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml index 644cd09c6..32e2bee04 100644 --- a/app/views/index/reader.phtml +++ b/app/views/index/reader.phtml @@ -62,8 +62,7 @@ $content_width = FreshRSS_Context::$user_conf->content_width; endforeach; echo ' — '; endif; - echo $item->date(); - ?>
+ ?>
content() ?>
-- cgit v1.2.3