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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | missing_closing_div-1807644-1.patch | 1.16 KB | idflood |
Comments
Comment #1
idflood commentedComment #2
idflood commentedThe patch is still relevant. On another website the footer completely disappeared on the user register page.
Comment #3
jsacksick commentedCommited to dev. Thanks!