We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c144e17 commit 7d235afCopy full SHA for 7d235af
sphinx/themes/basic/searchfield.html
@@ -14,7 +14,7 @@
14
<search id="searchbox" style="display: none" role="search">
15
<div class="searchformwrapper">
16
<form class="search" action="{{ pathto('search') }}" method="get">
17
- <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search..."/>
+ <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search…"/>
18
<input type="submit" value="{{ _('🔍︎') }}" />
19
</form>
20
</div>
0 commit comments