Skip to content

Commit

Permalink
fix itemscope typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg authored Mar 22, 2020
1 parent 5225cbb commit 058d058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/templates/mod_mmenuHtml.html5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<div class="<?= $this->class ?>"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?> itemscope itemtype="http://schema.org/SiteNavigationElement>
<div class="<?= $this->class ?>"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?> itemscope itemtype="http://schema.org/SiteNavigationElement">
<div>

<?php if ($this->headline): ?>
Expand Down

0 comments on commit 058d058

Please sign in to comment.