There is an inconsistency between theme_system_admin_by_module and theme_admin_page that causes the footer text to float up into the page for some themes when viewing the admin/by-module page. The theme_system_admin_by_module function has
while theme_admin_page has
. I think they should both have clear-block.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | system.module.patch | 667 bytes | jsenich |
| #3 | system.module.patch | 599 bytes | jsenich |
| system.module.patch | 573 bytes | jsenich |
Comments
Comment #1
jsenich commentedComment #3
jsenich commentedAttempt 2. I think the line endings on my patch were screwed up.
Comment #4
dave reidFYI, your patch needs to be created from the root directory of Drupal.
Comment #5
jsenich commentedHere's the patch created from the root directory.
Comment #6
jsenich commentedComment #7
drummCommitted to 5.x.