Skip to content

Commit

Permalink
Fix incorrect HTML tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRudy committed Jan 31, 2025
1 parent 694b58e commit 7e46fdb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@
<div class="lFinder-exact--option" title="{{'Exact match' | translate}}"></div>

<!-- Input text field -->
<input type="text" class="lFinder-field">
<span class="items-found">0/0</span>
</input>
<input type="text" class="lFinder-field" />

<!-- Find button -->
<div class="lFinder-find" translate>Find</div>
Expand All @@ -78,7 +76,7 @@

<!-- New name text entry -->
<span class="lFinder-name" translate>New Name:</span>
<input class="lFinder-name--field"></input>
<input class="lFinder-name--field" />

<!-- Replace one button -->
<div class="lFinder-replace--name" translate>Replace One</div>
Expand Down

0 comments on commit 7e46fdb

Please sign in to comment.