mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Add aria-label to search inputs
References: https://todo.sr.ht/~cadence/tube/46
This commit is contained in:
parent
b9f703086f
commit
5a5901db7d
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ html
|
|||
image(href=getStaticURL("html", "/static/images/settings.svg") alt="Settings.").icon
|
||||
title Settings
|
||||
form(method="get" action="/search").search-form
|
||||
input(type="text" placeholder="Search" name="q" autocomplete="off" value=query).search
|
||||
input(type="text" placeholder="Search" aria-label="Search a video" name="q" autocomplete="off" value=query).search
|
||||
|
||||
div
|
||||
block content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue