Skip to content

Commit

Permalink
revert unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Feb 3, 2025
1 parent 7f662a0 commit a5151b5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions core-bundle/contao/templates/modules/mod_navigation.html5
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ $this->wrapperAttributes = $this
<<?= $this->hl ?>><?= $this->headline ?></<?= $this->hl ?>>
<?php endif; ?>

<?php if ($this->addSkipLink): ?>
<a href="<?= $this->request ?>#<?= $this->skipId ?>" class="invisible"><?= $this->skipNavigation ?></a>
<?php endif; ?>
<a href="<?= $this->request ?>#<?= $this->skipId ?>" class="invisible"><?= $this->skipNavigation ?></a>

<?= $this->items ?>

<?php if ($this->addSkipLink): ?>
<span id="<?= $this->skipId ?>" class="invisible"></span>
<?php endif; ?>
<span id="<?= $this->skipId ?>" class="invisible"></span>

</nav>
<!-- indexer::continue -->

0 comments on commit a5151b5

Please sign in to comment.