franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Refactor input tags for HTML5 standard #78

Closed altheaden closed 5 months ago

altheaden commented 5 months ago

The input tags had inconsistent ending tags, such as /> and </input>, so I've updated all templates to the appropriate > ending tag which is valid HTML5.