themotte / rDrama

This code runs https://www.themotte.org. Forked from https://github.com/Aevann1/rDrama
GNU Affero General Public License v3.0
25 stars 31 forks source link

Mismatched tags in `settings_profile.html` markup, inconsistent indentation #626

Closed TLSM closed 1 year ago

TLSM commented 1 year ago

There are 3 extra </div> (2 prior to #619) at the bottom of settings_profile.html with no matching open tag. They're not hurting anything—the page displays fine—, but it feels like having extra screws left over after putting a device back together. Probably need to review the entire template to make sure everything is grouped consistently.

This is also an opportunity to fix the indentation, making clearer what's actually grouped together, which should hopefully make future tag mismatching less likely.