Skip to content

Commit

Permalink
Improve accessibility (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnixon and rebloor committed Aug 10, 2023
1 parent ff1cd27 commit 017fb25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions favourite-colour/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<body>
<p>storage.managed colour: <b id="managed-colour">no value found</b></p>
<form>
<label>Favourite colour</label>
<input type="text" id="colour" >
<label for="colour">Favourite colour</label>
<input type="text" id="colour">
<button type="submit">Save</button>
</form>
<script src="options.js"></script>
Expand Down

0 comments on commit 017fb25

Please sign in to comment.