File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ You can use this technique to create functional images.
426
426
427
427
``` vue-html
428
428
<form role="search">
429
- <label for="search" class="hidden-visually">Search:</label>
429
+ <label for="search" class="hidden-visually">Search: </label>
430
430
<input type="text" name="search" id="search" v-model="search" />
431
431
<input
432
432
type="image"
@@ -441,7 +441,7 @@ You can use this technique to create functional images.
441
441
442
442
``` vue-html
443
443
<form role="search">
444
- <label for="searchIcon" class="hidden-visually">Search:</label>
444
+ <label for="searchIcon" class="hidden-visually">Search: </label>
445
445
<input type="text" name="searchIcon" id="searchIcon" v-model="searchIcon" />
446
446
<button type="submit">
447
447
<i class="fas fa-search" aria-hidden="true"></i>
You can’t perform that action at this time.
0 commit comments