aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/normal.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-03 18:04:10 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-03 18:04:10 +0200
commit46d0b4140ebc3365618b23b01c094b0860baed9d (patch)
treeee7e1d2e3a2fdf9e4932fc5de515f8a93ee20e53 /app/views/index/normal.phtml
parent117b9c115d3fb421820fbef44e39ac4328f3c7c1 (diff)
Improved: better semantic HTML for boxes (#4665)
* add h1 title on views * add h2 titles into box-title * thin scrollbar in box-content
Diffstat (limited to 'app/views/index/normal.phtml')
-rw-r--r--app/views/index/normal.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml
index 6a4cb77eb..c1c46e877 100644
--- a/app/views/index/normal.phtml
+++ b/app/views/index/normal.phtml
@@ -19,6 +19,7 @@ $today = @strtotime('today');
?>
<main id="stream" class="normal<?= $hidePosts ? ' hide_posts' : '' ?>">
+ <h1 class="title_hidden"><?= _t('conf.reading.view.normal') ?></h1>
<div id="new-article">
<a href="<?= Minz_Url::display(Minz_Request::currentRequest()) ?>"><?= _t('gen.js.new_article'); /* TODO: move string in JS*/ ?></a>
</div><?php