dklemmt / contao_dk_mmenu

Implementation of mmenu as extension for Contao Open Source CMS
15 stars 16 forks source link

Funktionsstörung durch Fehler im Template #52

Closed redwise closed 4 years ago

redwise commented 4 years ago

Im Template mod_mmenuHtml.html5 und mod_mmenuCustom.html5 hat sich ein Fehler eingeschlichen. <nav class="<?= $this->class; ?>"<?= $this->cssID; ?><?php if ($this->style): ?> style="<?= $this->style; ?>"<?php endif; ?> itemscope itemtype="http://schema.org/SiteNavigationElement>

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

lauten.

fritzmg commented 4 years ago

Dieser Fehler wurde bereits in 3.1.1 behoben.

fritzmg commented 4 years ago

Ah, falsches Template ;)

fritzmg commented 4 years ago

Is nun in 3.1.3 behoben.