Skip to content

Commit

Permalink
Add aria-label and label for on Home page elements
Browse files Browse the repository at this point in the history
  • Loading branch information
richieri-bps committed Dec 11, 2024
1 parent f05dd7f commit d491b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/html/Elements/SimpleSearch
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<form action="<% RT->Config->Get('WebPath') %><% $SendTo %>" id="simple-search">
<input name="q" accesskey="0" class="field form-control" value="<% $value %>" placeholder="<% $Placeholder %>..." type="search" results=5 autosave="simple-search" />
<input name="q" accesskey="0" aria-label="<% $Placeholder %>" class="field form-control" value="<% $value %>" placeholder="<% $Placeholder %>..." type="search" results=5 autosave="simple-search" />
</form>
<%init>
my $value = defined $DECODED_ARGS->{q} ? $DECODED_ARGS->{q} : '';
Expand Down

0 comments on commit d491b01

Please sign in to comment.