Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Bug arreglado de mayusculas y minusculas en tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mativs committed Apr 23, 2013
1 parent 266f2e8 commit fb9da5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/snippets/package_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{% set group_items = package.groups %}

<li class="{{ item_class or 'dataset-item' }} project"
fiso-tags=".{{tag_items|join('.', 'name')|replace(' ', '-')}}."
fiso-groups=".{{group_items|join('.', 'name')}}."
fiso-tags=".{{tag_items|join('.', 'name')|replace(' ', '-')|lower}}."
fiso-groups=".{{group_items|join('.', 'name')|lower}}."
fiso-res-format=".{{format_items|join('.')|lower}}."
>
<div class="well">
Expand Down

0 comments on commit fb9da5c

Please sign in to comment.