summaryrefslogtreecommitdiffstats
path: root/common/sphinx_rtd_theme_rtems/searchbox.html
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2020-02-22 19:32:07 -0500
committerAmar Takhar <amar@rtems.org>2020-02-26 00:09:17 -0500
commit98451835274168ccfeb04b82d6e65dfebcec8fb6 (patch)
tree761f73a29d124d0ac96bffd3670fc6ab2af8e8df /common/sphinx_rtd_theme_rtems/searchbox.html
parenteng: Fix typo (diff)
downloadrtems-docs-98451835274168ccfeb04b82d6e65dfebcec8fb6.tar.bz2
Update sphinx_rtd_theme to https://github.com/readthedocs/sphinx_rtd_theme/
68a19ca / 0.4.3.dev0. I have been using this one for a while without issues. This should fix the search issues. closes #3880
Diffstat (limited to 'common/sphinx_rtd_theme_rtems/searchbox.html')
-rw-r--r--common/sphinx_rtd_theme_rtems/searchbox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sphinx_rtd_theme_rtems/searchbox.html b/common/sphinx_rtd_theme_rtems/searchbox.html
index 35ad52c..606f5c8 100644
--- a/common/sphinx_rtd_theme_rtems/searchbox.html
+++ b/common/sphinx_rtd_theme_rtems/searchbox.html
@@ -1,7 +1,7 @@
{%- if builder != 'singlehtml' %}
<div role="search">
<form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" method="get">
- <input type="text" name="q" placeholder="Search docs" />
+ <input type="text" name="q" placeholder="{{ _('Search docs') }}" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>