rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
611 stars 71 forks source link

Fix invalid HTML #187

Closed frenkel closed 2 weeks ago

frenkel commented 2 weeks ago

I think this was invalid HTML and Firefox marked it as invalid as well. I think according to the HTML5 spec, only tags that cannot have any contents (known as void elements) can be self-closing.

rosa commented 2 weeks ago

Oh yes, indeed! Great catch, thank you so much 🙏