Fix hardcoded dir and lang for #p-search-label

This was overlooked in abe94aa408.

Bug: T310538
Change-Id: I5f4dbf4491bd0d4122d51f3cf7693d0a38976ba9
This commit is contained in:
Kevin Israel 2022-06-14 00:46:30 -04:00
parent be47bc8355
commit ef6effb29f

View file

@ -57,7 +57,7 @@
{{#data-portlets-sidebar.data-portlets-first}}{{>Portlet}}{{/data-portlets-sidebar.data-portlets-first}}
{{#data-search-box}}
<div role="search" class="portlet" id="p-search">
<h3 id="p-search-label" dir="ltr" lang="en-GB"><label for="searchInput">{{msg-search}}</label></h3>
<h3 id="p-search-label" {{{html-user-language-attributes}}}><label for="searchInput">{{msg-search}}</label></h3>
<div class="pBody" id="searchBody">
<form action="{{form-action}}" id="searchform"><input type="hidden" value="{{page-title}}" name="title">{{{html-input}}}{{{html-button-search}}} {{{html-button-search-fallback}}}</form>
</div>