It looks like <form> (and <div>) are not allowed inside <ul> and this causes the issue.
Maybe the main website needs to change? On Mon, 1 Apr 2019 at 11:14, sebb <seb...@gmail.com> wrote: > > Thanks. Somehow missed that. > > Looks like the parsing goes wrong somewhere; the Whimsy version closes > out the <ul> at line 54: > > <ul class="nav navbar-nav navbar-justified"> > > much too early; this probably explains the behaviour. > > On Mon, 1 Apr 2019 at 11:00, Sam Ruby <ru...@intertwingly.net> wrote: > > > > On Mon, Apr 1, 2019 at 5:31 AM sebb <seb...@gmail.com> wrote: > > > > > > https://whimsy.apache.org/board/minutes/ > > > > > > has a very messy header. > > > > > > It looks like the template index.html needs to be updated in > > > /srv/whimsy/www/board/minutes > > > > > > It's not clear how to update this as it does not appear to be derived > > > from Git/SVN. > > > > An attempt is made to mimic the board calendar page, which recently changed: > > > > https://github.com/apache/whimsy/blob/7638dbe1ff4f818ac0566e6c0a6b4de8a9b775b8/tools/collate_minutes.rb#L149 > > > > https://github.com/apache/whimsy/blob/7638dbe1ff4f818ac0566e6c0a6b4de8a9b775b8/tools/collate_minutes.rb#L724 > > > > - Sam Ruby