diff options
| author | 2021-07-21 22:42:04 +0200 | |
|---|---|---|
| committer | 2021-07-21 22:42:04 +0200 | |
| commit | ab0285b0aa05574ae864bef590ffd6ea36f0c50a (patch) | |
| tree | 88292a7ba37615a07ebde443d8c69cc75144978d /app/layout/aside_feed.phtml | |
| parent | 3c945bee7bc1853ea4bf38b1b04259a465bf08d2 (diff) | |
Add HTML5 tags (#3651)
* use HTML5 tags #3643
added some HTML5 tags: header, main, nav
* <main> into <div>
as dicussed in the PR.
Todo: check side effects (f.e. threepaneview extension)
* fixed whitespace with tabs
* fixed more whitespaces with tabs
it was not my fault, but I fixed it
* added empty lines as wished
* Update app/views/index/global.phtml
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/views/index/global.phtml
* Update app/views/index/global.phtml
* Update app/views/index/global.phtml
* Update app/views/index/global.phtml
* Update app/views/index/global.phtml
* Update app/views/index/global.phtml
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index c3f066601..51f138e79 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -10,7 +10,7 @@ $state_filter = FreshRSS_Context::$user_conf->show_fav_unread ? '&state=3' : ''; ?> -<div class="aside aside_feed<?= $class ?>" id="aside_feed"> +<nav class="aside aside_feed<?= $class ?>" id="aside_feed"> <a class="toggle_aside" href="#close"><?= _i('close') ?></a> <?php if (FreshRSS_Auth::hasAccess()) { ?> @@ -111,7 +111,7 @@ <li class="tree-bottom"></li> </ul> </form> -</div> +</nav> <div id="first_load" class="loading"></div> <?php flush(); ?> |
