1
0
mirror of https://github.com/djohnlewis/stackdump synced 2024-12-04 23:17:37 +00:00

Fixed a bug where the topbar search box did not have the name attribute.

This caused the search to fail.
This commit is contained in:
Samuel Lai 2012-08-07 18:52:17 +10:00
parent e38a6e6d0d
commit ae208b49ca

View File

@ -24,7 +24,7 @@
<form method="get" action="{{ SETTINGS.APP_URL_ROOT }}{% if site %}{{ site.key }}/{% endif %}search" class="pull-right">
<input type="text" placeholder="Search {% if site %}{{ site.name }}{% endif %}" />
<input type="text" placeholder="Search {% if site %}{{ site.name }}{% endif %}" name="q" />
</form>
</div>
</div>