# HG changeset patch # User Mads Kiilerich # Date 2017-01-09 21:39:51 # Node ID ac03ae060ca0c3d5bd503c1662661f78b3690906 # Parent 1f02a239c23c35127ea3c4c9415fb0a13bdd3dcf templates: fix aria markup from 24a0c176a63d The markup in base.html is a bit misleading. The "quick login" drop down menu is not just the quick login box but also the "current user info" box. When the user is logged in, the "real" quick login box isn't shown and the drop menu's aria-describedby="quick_login_h" thus becomes an invalid reference. To fix the reference, also call the user info for quick_login_h - that is approximately correct. diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -130,7 +130,7 @@ %else: %endif -