diff --git a/views/blocks/search_catalog.html.erb b/views/blocks/search_catalog.html.erb
index f243c43..a957092 100644
--- a/views/blocks/search_catalog.html.erb
+++ b/views/blocks/search_catalog.html.erb
@@ -1,12 +1,12 @@
<%= _("Catalog of Public Software") %>
<%= form_tag(controller: "search", action: "software_infos", method: "get") do %>
- <%= text_field(:query, "software", :placeholder => "e.g: control, municipal or java", :class=>"searchField", :id=>"search-Gadget") %>
- <%= submit_tag("Search", {:class=>"searchButton-catalog"})%>
+ <%= text_field_tag(:query, nil, :placeholder => "e.g: control, municipal or java", :class=>"searchField", :id=>"search-Gadget") %>
+ <%= submit_tag("Search", {:class=>"searchButton-catalog"})%>
<% end %>
--
libgit2 0.21.2