diff --git a/views/search/_catalog_filter.html.erb b/views/search/_catalog_filter.html.erb
index 04151c5..7ce8d23 100644
--- a/views/search/_catalog_filter.html.erb
+++ b/views/search/_catalog_filter.html.erb
@@ -9,22 +9,20 @@
<%= _("Categories") %>
-
+
<% @categories_groupe_one.each do |category| %>
-
+
<% end %>
-
-
<% @categories_groupe_two.each do |category| %>
-
+
<% end %>
-
+
<%= _("Software Projects:") %>
@@ -34,9 +32,6 @@
?
-
-
-
<%= button_tag _("Clean up"), :id => "cleanup-filter-catalg", :type => "button" %>
<%= button_tag _("Close"), :id => "close-filter-catalog", :type => "button" %>
diff --git a/views/search/_software_search_form.html.erb b/views/search/_software_search_form.html.erb
index d3aba37..126f646 100644
--- a/views/search/_software_search_form.html.erb
+++ b/views/search/_software_search_form.html.erb
@@ -3,7 +3,7 @@
<%= _("Search Public Software Catalog") %>
<%= form_tag( { :controller => 'search', :action => @asset ? @asset : 'index', :asset => nil, :category_path => ( @category ? @category.path : nil ) },
- :method => 'get', :class => 'search_form' ) do %>
+ :method => 'get') do %>
diff --git a/views/search/software_infos.html.erb b/views/search/software_infos.html.erb
index f2f5830..c68f6fc 100644
--- a/views/search/software_infos.html.erb
+++ b/views/search/software_infos.html.erb
@@ -5,8 +5,6 @@
<%= render :partial => 'software_search_form', :locals => { :hint => _("Type words about the %s you're looking for") % @asset.to_s.singularize } %>
-
-
<% if @asset == :product %>
<%= javascript_tag do %>
jQuery('.search-product-price-details').altBeautify();
@@ -20,4 +18,4 @@
<% if params[:display] != 'map' %>
<%= pagination_links @searches[@asset][:results] %>
<% end %>
-
\ No newline at end of file
+
--
libgit2 0.21.2