Commit bbbfe1fcd752fe8698ef0014697f9bb7f6712a8c
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 | 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 /> | ... | ... |