numbas / Numbas

A completely browser-based e-assessment/e-learning system, with an emphasis on mathematics
http://www.numbas.org.uk
Apache License 2.0
207 stars 122 forks source link

Diagnostic mode has html issue in navmenu #1111

Closed benbrawn closed 1 month ago

benbrawn commented 1 month ago

In the diagnostic mode, there is this piece of code in the HTML for the exam: <a class="navmenu-brand"></a> which is an empty link which does nothing, except makes the logo the second element in a grid, hence moves it over to the right half of the container. I think this is a mistake. We think this would be
<div class="navmenu-brand> since this is what is in the non-diagnostic mode. The div should end later on after the image.

Hopefully, the pictures attached help

html_issue logo
christianp commented 1 month ago

Whoops! I mustn't have checked diagnostic mode the last time I changed the nav menu. Thanks for reporting this!