mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Add missing / for self-closing input element
Consistency tweak, all other input elements do have the / Bug: T272597 Change-Id: I9a4b44dda928a071634edcbea5cef2f19eef8881
This commit is contained in:
parent
5a1e23aecb
commit
a002c3aeae
|
@ -8,7 +8,7 @@
|
|||
<form action="{{form-action}}" id="searchform">
|
||||
<div id="simpleSearch"{{#input-location}} data-search-loc="{{.}}"{{/input-location}}>
|
||||
{{{html-input}}}
|
||||
<input type="hidden" name="title" value="{{page-title}}">
|
||||
<input type="hidden" name="title" value="{{page-title}}"/>
|
||||
{{! We construct two buttons (for 'go' and 'fulltext' search modes), but only one will be
|
||||
visible and actionable at a time (they are overlaid on top of each other in CSS).
|
||||
* Browsers will use the 'fulltext' one by default (as it's the first in tree-order),
|
||||
|
|
Loading…
Reference in a new issue