andriusvelykis / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://andriusvelykis.github.io/reflow-maven-skin/
Apache License 2.0
132 stars 54 forks source link

Spurious </header> element #16

Closed masih closed 10 years ago

masih commented 10 years ago

In line 1554 of site.vm the </header> tag seems out of place. Should it not be at the end of line 1490?

Thanks

andriusvelykis commented 10 years ago

Thanks! Fixed this.

The </header> tag needed to be at the end to include breadcrumbs and toc within the <header></header>. Ensured now that opening <header> tag is printed even if banner is not displayed.