diff options
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r-- | python/fatcat_web/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index 856a6e03..6825aa96 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -30,7 +30,7 @@ <form class="" role="search" action="/release/search" method="get"> <div class="ui transparent inverted icon input"> <i class="search icon"></i> - <input type="text" placeholder="Search..." name="q"> + <input type="text" placeholder="Search..." name="q" aria-label="generic entity search"> </div> </form> </div> |