While developing site I had some template glitch in my theme. At first I suspected some css craziness but I quickly discovered that my footer element was not in the right container div.

The problem appear in commerce_kickstart_user_form_alter. There is one open div in #prefix + one in #suffix but only one closing in #suffix.

Patch following

CommentFileSizeAuthor
#1 missing_closing_div-1807644-1.patch1.16 KBidflood
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idflood’s picture

Status: Active » Needs review
FileSize
1.16 KB
idflood’s picture

The patch is still relevant. On another website the footer completely disappeared on the user register page.

jsacksick’s picture

Status: Needs review » Fixed

Commited to dev. Thanks!

Status: Fixed » Closed (fixed)

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