Commit bbbfe1fcd752fe8698ef0014697f9bb7f6712a8c

Authored by Gabriela Navarro
1 parent 2ae69ab7

Fix span typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
views/search/_catalog_filter.html.erb
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 <%= check_box_tag("include_non_public", true, @include_non_public) %> 32 <%= check_box_tag("include_non_public", true, @include_non_public) %>
33 <%= _("Include in results") %> 33 <%= _("Include in results") %>
34 </label> 34 </label>
35 - <span class"doubts-catalog-software" title="<%= _('Include software development projects that are not yet officially Brazilian Public Software.') %>">?</span> 35 + <span class="doubts-catalog-software" title="<%= _('Include software development projects that are not yet officially Brazilian Public Software.') %>">?</span>
36 </div> 36 </div>
37 37
38 <br /> 38 <br />