Skip to content

Upgrading to 12.0.3RC2 breaks header bar #6542

Description

I just upgraded from 12.0.1 to 12.0.3RC2 and it broke the header bar.

Analysing the HTML I noticed that the header changed from an ID in <=12.0.2 :
<div id="header-left">
to a class in 12.0.3RC2 :
<div class="header-left">

Adding back the id="left-header" in core/templates/layout.user.php:46 fixes the issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions