diff options
| author | 2021-12-03 00:57:32 +0100 | |
|---|---|---|
| committer | 2021-12-03 00:57:32 +0100 | |
| commit | a54aa19dc7f8cd344cdfb199ee94c01e0b90becc (patch) | |
| tree | bcbfa7efbefaa459accf71dafc02f210e965bc28 /app/views/index/about.phtml | |
| parent | 00dbde68fbaf7da68ccf191c33f2de88d3603aa8 (diff) | |
Fix: double main tags (#4014)
* replace div with main
* include the slider into main
* format source
* add close icon for the extension slider
* replace div with main
* Update shortcut.phtml
* fixed the nits
Diffstat (limited to 'app/views/index/about.phtml')
| -rw-r--r-- | app/views/index/about.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index fedf6ff0b..cd8cfcade 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -2,7 +2,7 @@ <?php $this->partial('aside_configure'); ?> <?php } ?> -<div class="post content"> +<main class="post content"> <?php if (FreshRSS_Auth::hasAccess()) {?> <div class="link-back-wrapper"> <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a> @@ -28,4 +28,4 @@ <h2><?= _t('index.about.credits') ?></h2> <p><?= _t('index.about.credits_content') ?></p> -</div> +</main> |
