You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% for license_key in about_object.license_key.value %}
58
62
{% if license_key in common_licenses %}
59
-
<p>Full text of <a class="{{ license_key }}" href="#component-license-{{ license_key }}"> {{ license_key }}</a> is available at the end of this document.</p>
63
+
<p>Full text of <a class="{{ license_key }}" href="#component-license-{{ license_key }}"> {{ license_key }}</a> is available at the end of this document.</p>
60
64
{% endif %}
61
65
{% endfor %}
62
66
{% if about_object.license_file.value %}
63
67
{% for lic_file_name in about_object.license_file.value %}
64
68
{% if not license_file_key_and_license_key[license_file_name_and_license_file_key[lic_file_name]] in common_licenses %}
65
69
{% if about_object.license_file.value[lic_file_name] %}
0 commit comments