We have an Editing Tools menu but they seem to be context sensative so on some pages they are empty, however, this yeilds an empty unordered list in the HTML which fails validation. To wit, this is invalid markup:
<div class="divider">
Editing Tools:
</div>
<ul class="navbar">
</ul>
I recommend just removing the unordered list markup when no Editing Tools are available (alterantively the entire menu could be removed label and all).
Anonymous
Fixed in biblio/common.py 1.192, installed in r2017-239 on 2017-06-15. Closing.