diff options
| author | 2020-07-13 15:46:50 +0200 | |
|---|---|---|
| committer | 2020-07-13 15:46:50 +0200 | |
| commit | b7fd6d2d941e40e99ad9ac0cb5572a529cf9cb64 (patch) | |
| tree | 06d88d26a6162f903690c854bfb00bff06f36400 /app/views/index/reader.phtml | |
| parent | f98a092566c39e10936869f0b83ae0f77ea1672f (diff) | |
Show feed name inside the article (#3081)
* Show feed name inside the article
#fix https://github.com/FreshRSS/FreshRSS/issues/3079
* Normal view add date in subtitle
#fix
https://github.com/FreshRSS/FreshRSS/issues/3079#issuecomment-650109551
Diffstat (limited to 'app/views/index/reader.phtml')
| -rw-r--r-- | app/views/index/reader.phtml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml index c21fdb7f3..644cd09c6 100644 --- a/app/views/index/reader.phtml +++ b/app/views/index/reader.phtml @@ -63,10 +63,9 @@ $content_width = FreshRSS_Context::$user_conf->content_width; echo ' — '; endif; echo $item->date(); - ?></div> - + ?></div><div class="text"> <?= $item->content() ?> - </div> + </div></div> </div> </div><?php endforeach; |
