aboutsummaryrefslogtreecommitdiff
path: root/app/views/feed/add.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-12-03 00:57:32 +0100
committerGravatar GitHub <noreply@github.com> 2021-12-03 00:57:32 +0100
commita54aa19dc7f8cd344cdfb199ee94c01e0b90becc (patch)
treebcbfa7efbefaa459accf71dafc02f210e965bc28 /app/views/feed/add.phtml
parent00dbde68fbaf7da68ccf191c33f2de88d3603aa8 (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/feed/add.phtml')
-rw-r--r--app/views/feed/add.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/feed/add.phtml b/app/views/feed/add.phtml
index 2c9c13345..55cfe0845 100644
--- a/app/views/feed/add.phtml
+++ b/app/views/feed/add.phtml
@@ -1,5 +1,5 @@
<?php if ($this->feed) { ?>
-<div class="post">
+<main class="post">
<h1><?= _t('sub.feed.add') ?></h1>
<?php if (!$this->load_ok) { ?>
@@ -88,5 +88,5 @@
</div>
</div>
</form>
-</div>
+</main>
<?php } ?>