Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wonky HTML Footer on 500 - Internal Error Pages #1287

Closed
madhathacker opened this issue Mar 4, 2021 · 0 comments · Fixed by #1374
Closed

Wonky HTML Footer on 500 - Internal Error Pages #1287

madhathacker opened this issue Mar 4, 2021 · 0 comments · Fixed by #1374

Comments

@madhathacker
Copy link

My environment

  • Self-hosted Autolab instance
  • Ubuntu 20.04
    image

Steps To Reproduce
Steps to reproduce the behavior:

  1. Do anything that results in an error (not sure if it's every time/error/page)
  2. See 500 - Internal Error Page
  3. Scroll to the bottom

Current behavior
The links at the footer seem to get jumbled.

image

Looks like the Questions or problems? Please <a href="/contact">contact us</a> from the body is also wrapped in it's own <div id="footer"> inheriting the same CSS and overlapping the other footer. Basically the page has two footer containers.

image
image

Expected behavior
I fixed it by giving the first footer div in the body an id that is anything other than footer, like footer1.

image

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

Successfully merging a pull request may close this issue.

1 participant