aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-11-05 15:53:38 +0000
committerLouise Crow <louise.crow@gmail.com>2012-11-05 15:53:38 +0000
commit205c3e89d46db8219b330bfe8bfe920db9ea0df9 (patch)
tree0ce8e2e5192e39601ca31d2818fce9a07f0b3098
parenta5a2d9d5c12ae06071c5fa6bdc9018e80e866f9f (diff)
Restore correct element id.
-rw-r--r--app/views/general/_frontpage_search_box.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/_frontpage_search_box.rhtml b/app/views/general/_frontpage_search_box.rhtml
index 6e45364d2..6de4eae98 100644
--- a/app/views/general/_frontpage_search_box.rhtml
+++ b/app/views/general/_frontpage_search_box.rhtml
@@ -4,7 +4,7 @@
<strong>{{number_of_authorities}} authorities</strong>",
:number_of_requests => InfoRequest.visible.count, :number_of_authorities => PublicBody.visible.count) %>
</h2>
-<form id="navigation_search_form" method="post" action="/search">
+<form id="search_form" method="post" action="/search">
<div>
<input id="query" type="text" size="30" name="query">
<input type="submit" value="<%= _('Search') %>">