From bf68205ae3b04ceb927cd0fb98e12f19b1daac37 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:14:34 +0200 Subject: Improved: Reading view: author (#6289) * move the margin from themes to frss.css + delete font-size * same source code as normal view for author information --- app/views/helpers/index/article.phtml | 41 ++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 20 deletions(-) (limited to 'app/views') diff --git a/app/views/helpers/index/article.phtml b/app/views/helpers/index/article.phtml index caf06359d..56fd06b4f 100644 --- a/app/views/helpers/index/article.phtml +++ b/app/views/helpers/index/article.phtml @@ -40,27 +40,28 @@ show_author_date === 'h' || FreshRSS_Context::userConf()->show_author_date === 'b') { ?>
show_feed_name === 'a') { ?> -
- show_favicons): ?> - ✇name() ?>
+
+ + show_favicons): ?> + ✇name() ?> + +
+ authors(); + if (!empty($authors) && is_array($authors)) { + ?> +
+ + 'author:"' . htmlspecialchars_decode($author, ENT_QUOTES) . '"'])); + ?> + + +
-
authors(); - if (is_array($authors)) { - if ($this->internal_rendering): - foreach ($authors as $author): ?> - - - - - - -
-- cgit v1.2.3