TheExtensionLab / MegaMenu

Magento MegaMenu extension
27 stars 6 forks source link

HTML tag not closed properly #46

Closed adampmoss closed 7 years ago

adampmoss commented 7 years ago

Online 21 of /theextensionlab/megamenu/products/featured-secondary.phtml there appears to be a sudden break in the HTML. Not made a PR because not sure if it's supposed to be either of the following:

<div class="featured-product"> or <div class="featured-product <?php echo $this->getDisplayClass();?>">

https://github.com/TheExtensionLab/MegaMenu/blob/master/app/design/frontend/base/default/template/theextensionlab/megamenu/products/featured-secondary.phtml#L21

JamesAnelay commented 7 years ago

Ahh nice catch! Looks like the extra '">' is hiding up on line 14 after I moved the DisplayClass.

Will fix now.

JamesAnelay commented 7 years ago

Fixed in new release :) thanks again.