fixed validation error in search image

This commit is contained in:
tmont 2011-03-05 10:11:49 +00:00
parent bf16553b76
commit 81f060ebbe

View File

@ -11,5 +11,5 @@
<% } %>
<li class="searchbox">
<%= Html.TextBox("searchQuery", null, new { id = "search-query" })%>
<span href="#" title="search quotes" id="search-submit"></span>
<span title="search quotes" id="search-submit"></span>
</li>