Fix hardcoded dir and lang for #p-search-label
This was overlooked in abe94aa408
.
Bug: T310538
Change-Id: I5f4dbf4491bd0d4122d51f3cf7693d0a38976ba9
This commit is contained in:
parent
be47bc8355
commit
ef6effb29f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue