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

🐛 FIX: do not close input tag #195

Merged
merged 1 commit into from
May 22, 2024
Merged

🐛 FIX: do not close input tag #195

merged 1 commit into from
May 22, 2024

Conversation

chrisjsewell
Copy link
Member

Remove closing tag from <input>, since this is a void element: https://developer.mozilla.org/en-US/docs/Glossary/Void_element

closes #126

@chrisjsewell chrisjsewell changed the title 🐛 FIX: do not close input tag 🐛 FIX: do not close input tag May 22, 2024
@chrisjsewell chrisjsewell merged commit a6f97b8 into main May 22, 2024
15 checks passed
@chrisjsewell chrisjsewell deleted the no-closing-input branch May 22, 2024 16:25
Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.81%. Comparing base (e258b45) to head (88b0c0a).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #195   +/-   ##
=======================================
  Coverage   87.81%   87.81%           
=======================================
  Files          11       11           
  Lines        1026     1026           
=======================================
  Hits          901      901           
  Misses        125      125           
Flag Coverage Δ
pytests 87.81% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

Invalid html generated by the tab code
1 participant