File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ This document lists the open source and third-party components of a {{ vartext['
3434 <div id="group_{{ loop.index0 }}">
3535 <h3>{{ license.name }}</h3>
3636 <p>This product contains the following open source software packages licensed under the terms of the license: {{license.name}}</p>
37-
37+
3838 <div class="oss-component" id="component_{{ loop.index0 }}">
39- {%for about_object in abouts %}
39+ {%for about_object in abouts %}
4040 {% if loop.first %}
4141 {% if license.url %}
4242 <p>License Gallery URL: <a href="{{ license.url }}">{{license.url}}</a> </p>
4343 {% endif %}
4444 {% endif %}
4545 {% if license.key in about_object.license_key.value %}
46- <li>{{ about_object.name.value }}{% if about_object.version.value %} - Version {{ about_object.version.value }}{% endif %}</li>
46+ <li>{{ about_object.name.value }}{% if about_object.version.value %} - Version {{ about_object.version.value }}{% endif %}</li>
4747 {% if about_object.copyright.value %}
4848 <pre>Copyright: {{about_object.copyright.value}}</pre>
4949 {% endif %}
@@ -63,7 +63,7 @@ This document lists the open source and third-party components of a {{ vartext['
6363 </div>
6464 {% endfor %}
6565 <hr>
66- <hr>
66+ <hr>
6767<h3><a id="End">End</a></h3>
6868</body>
6969</html>
You can’t perform that action at this time.
0 commit comments