Skip to content

Commit 74b2b27

Browse files
authored
Merge branch 'gh-pages' into consistent-legend
2 parents 8c3de60 + 62ec706 commit 74b2b27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appendix.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
7272

7373
<p>Most open source licenses also have <span class="license-limitations"><span class="license-sprite"></span></span> <b>limitations</b> that usually disclaim warranty and liability, and sometimes expressly exclude patents or trademarks from licenses' grants.</p>
7474

75-
<dl>
7675
{% assign seen_tags = '' %}
7776
{% for type in types %}
77+
### {% if type == "permissions" %}Permissions{% elsif type == "conditions" %}Conditions{% else %}Limitations{% endif %}
78+
<dl>
7879
{% assign rules = site.data.rules[type] | sort: "label" %}
7980
{% for rule_obj in rules %}
8081
{% assign req = rule_obj.tag %}
@@ -102,5 +103,5 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
102103
{% endfor %}
103104
{% endfor %}
104105
{% endfor %}
106+
</dl>
105107
{% endfor %}
106-
</dl>

0 commit comments

Comments
 (0)