Commit 14d86d41637db2bbe2d516d777983516a1ee3246
1 parent
02652cce
Exists in
master
and in
5 other branches
Fix HTML on software catalog
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
views/search/_software_search_form.html.erb
@@ -12,10 +12,10 @@ | @@ -12,10 +12,10 @@ | ||
12 | <%= hidden_field_tag :filter, params[:filter] %> | 12 | <%= hidden_field_tag :filter, params[:filter] %> |
13 | 13 | ||
14 | <%= labelled_radio_button _('Public Software'), :software_type, 'public_software', @public_software_selected, :id => "public_software_radio_button", :class => "project-software" %> | 14 | <%= labelled_radio_button _('Public Software'), :software_type, 'public_software', @public_software_selected, :id => "public_software_radio_button", :class => "project-software" %> |
15 | - <span class"doubts-catalog-software" title="<%= _('Public Software.') %>">?</span> | 15 | + <span class="doubts-catalog-software" title="<%= _('Public Software.') %>">?</span> |
16 | 16 | ||
17 | <%= labelled_radio_button _('All'), :software_type, 'all', @all_selected, :id => "all_radio_button", :class => "project-software" %> | 17 | <%= labelled_radio_button _('All'), :software_type, 'all', @all_selected, :id => "all_radio_button", :class => "project-software" %> |
18 | - <span class"doubts-catalog-software" title="<%= _('All.') %>">?</span> | 18 | + <span class="doubts-catalog-software" title="<%= _('All.') %>">?</span> |
19 | 19 | ||
20 | <div class="search-field"> | 20 | <div class="search-field"> |
21 | <span class="formfield"> | 21 | <span class="formfield"> |