TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
246 stars 102 forks source link

navbar css classes are repeated #58

Closed jbhardwaj12 closed 9 years ago

jbhardwaj12 commented 9 years ago

When using inverse="true" fixed="top" in navBar the output is generated incorrectly as div with class="navbarnavbar navbar-inverse navbar-fixed-top". In generated code class navbar must not be repeated and generate output like class="navbar navbar-inverse navbar-fixed-top"

TheCoder4eu commented 9 years ago

Hi, our team noticed this and a fix has already been made: https://github.com/TheCoder4eu/BootsFaces-OSP/commit/7d22393a4f60d7957a4ef6f31638e60ba4c44f4d

and this version ( v0.6.5 ) will be released soon