Skip to content

Commit

Permalink
Merge pull request #25 from apriljunge/fix-markup-error-in-popup
Browse files Browse the repository at this point in the history
Fixes markup error in popup
  • Loading branch information
LennyPenny authored Jan 5, 2022
2 parents 36fcb8e + 024f611 commit 10423d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/popup/vegarando.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

<body>
<div id="popup-content">
<div>
<input type="checkbox" id="hideMeaty" name="hideMeaty">
<label for="hideMeaty">hide meaty meals</label>
</div>
<input type="checkbox" id="hideMeaty" name="hideMeaty">
<label for="hideMeaty">hide meaty meals</label>
</div>
<script src="vegarandoPopup.js"></script>
</body>

Expand Down

0 comments on commit 10423d1

Please sign in to comment.