diff options
Diffstat (limited to 'views/search.html')
-rw-r--r-- | views/search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/search.html b/views/search.html index 9373375..70c8c86 100644 --- a/views/search.html +++ b/views/search.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="//{{.Domain}}/assets/style.css" /> </head> <body> - <a href="//{{.Domain}}"><img height=140 class=logo src="//{{.Domain}}/assets/logo.svg"></a> + <a href="//{{.Domain}}"><img alt="lex.surf" height=140 class=logo src="//{{.Domain}}/assets/logo.svg"></a> <h1>National Law of {{.Country.Name}}</h1> {{if not .Country.HasPlaceholder}} <p><big><a href="{{.Country.SearchURL}}">{{.Country.SearchURL}}</a></big></p> @@ -19,7 +19,7 @@ <form> {{end}} {{if or .Country.HasPlaceholder .HasJSONLaws}} - <input id=search name=q autocomplete="off" autofocus {{if .HasJSONLaws}}data-json{{end}}> + <input id=search name=q aria-label="Search" autocomplete="off" autofocus {{if .HasJSONLaws}}data-json{{end}}> <ul id=suggestions></ul> {{end}} {{if .Country.HasPlaceholder}} |