Commit 35791d69c9a57fc24bdcb3e6fdfd5838d5ef8882

Authored by Gabriela Navarro
Committed by Álvaro Fernando Matos de Souza
1 parent e6e03e0f

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 32 <%= check_box_tag("include_non_public", true, @include_non_public) %>
33 33 <%= _("Include in results") %>
34 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 36 </div>
37 37  
38 38 <br />
... ...