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

bottomNav RegExp does not work for subItems #55

Open solomax opened 7 years ago

solomax commented 7 years ago

Hello,

It seems bottomNav RegExp does not work for subItems. For example <menu ref="reports"/> produces following menu:

<bottomNav maxSpan="8">
  <column>About|Dependencies|Licenses|Summary|Rat Report</column>
</bottomNav>

Produces empty menu :(