diff options
-rw-r--r-- | app/views/general/_responsive_topnav.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/_responsive_topnav.html.erb b/app/views/general/_responsive_topnav.html.erb index 56ae21a4a..d39ec59ed 100644 --- a/app/views/general/_responsive_topnav.html.erb +++ b/app/views/general/_responsive_topnav.html.erb @@ -25,7 +25,7 @@ <label class="visually-hidden" for="navigation_search_button"> Search </label> - <%= text_field_tag 'query', params[:query], { :id => "navigation_search_button", :type => "search", :title => "type your search term here" } %> + <%= text_field_tag 'query', params[:query], { :id => "navigation_search_button", :type => "search", :placeholder => "Search", :title => "type your search term here" } %> <button type="submit"> <span class="visually-hidden"> Submit Search |