Dont use emoji for search as it does not render well in Chrome

This commit is contained in:
Kovid Goyal 2018-05-30 10:42:25 +05:30
parent e4163fca6a
commit 61f7ce4dee
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -12,7 +12,7 @@
<div class="searchformwrapper">
<form class="search" action="{{ pathto('search') }}" method="get">
<input type="text" name="q" placeholder="{{ _('Search') }}" />
<input type="submit" value="🔍" style="cursor: pointer" />
<input type="submit" value="{{ _('Go') }}" style="cursor: pointer" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>