Skip to content

Commit 8527245

Browse files
committed
Remove blank spaces
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent e9d0af3 commit 8527245

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/license_ref.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)