1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

fix for license variations

This commit is contained in:
Aidan Feldman 2013-11-29 21:05:49 -05:00
parent 8ff2565f0b
commit c75fee1469

View File

@ -35,7 +35,7 @@
{% assign rules = site.rules[type] | sort: 'label' %}
{% for rule_obj in rules %}
{% assign req = rule_obj.tag %}
{% if page[type] contains req %}
{% if variation[type] contains req %}
<li class="{{ req }}">{{ rule_obj.label }}</li>
{% endif %}
{% endfor %}