diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/index/global.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml index 09264fb65..1a307b513 100644 --- a/app/views/index/global.phtml +++ b/app/views/index/global.phtml @@ -85,6 +85,6 @@ <div id="overlay"> <a class="close" href="#"><?= _i('close') ?></a> + <div id="panel"<?= FreshRSS_Context::$user_conf->display_posts ? '' : ' class="hide_posts"' ?>> </div> -<div id="panel"<?= FreshRSS_Context::$user_conf->display_posts ? '' : ' class="hide_posts"' ?>> </div> |
