Skip to content

Commit

Permalink
Add missing textarea closing tag. [#73]
Browse files Browse the repository at this point in the history
  • Loading branch information
musically-ut committed Jul 4, 2021
1 parent 894b8e8 commit c3670f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lovely forks",
"version": "3.7.0",
"version": "3.7.1",
"manifest_version": 2,
"description": "Show notable forks of GitHub projects.",
"homepage_url": "https://github.com/musically-ut/lovely-forks",
Expand Down
2 changes: 1 addition & 1 deletion webext/options_ui/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 class="ui block header">
<div class="ui form">
<div class="ui field">
<label for="skip_repos">Repos to skip:</label>
<textarea id="skip_repos" class="js-skip-repos">
<textarea id="skip_repos" class="js-skip-repos"></textarea>
</div>
</div>
</section>
Expand Down

0 comments on commit c3670f4

Please sign in to comment.