The empty

tag in the template breaks accessibility. As some features my key off the ID of this tag it is better to use a div with the same ID.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

l_langill created an issue. See original summary.

joseph.olstad’s picture

Hi @l_langill,
Due to your entire stack being in the same git repo and the patch generated upon it, that patch will not apply to the wetkit_layouts module.

To correctly generate a clean patch for wetkit_layouts it is normally done by cloning the wetkit_layouts module source code.
Make your code changes, then run git diff > new_patch.patch from the root of the wetkit_layouts module.

here is the clone command for wetkit_layouts:

git clone --branch 7.x-4.x https://git.drupal.org/project/wetkit_layouts.git
cd wetkit_layouts

normally you will find the git clone command from the project/module page in question. in this case wetkit_layouts git-instructions is here:
https://www.drupal.org/project/wetkit_layouts/git-instructions

joseph.olstad’s picture

Status: Active » Needs work
natew’s picture

Status: Needs work » Fixed

We reviewed this change and it should be resolved in wetkit version 4.25

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.