Skip to content

Commit a05078d

Browse files
committed
Remove blank/white spaces
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent f77af13 commit a05078d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/default_html.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<h1>OPEN SOURCE SOFTWARE INFORMATION</h1>
1414
<h2> {{ vartext['subtitle'] }} </h2>
1515
<div>
16-
<p>Licenses, acknowledgments and required copyright notices for
16+
<p>Licenses, acknowledgments and required copyright notices for
1717
open source components:</p>
1818
</div>
19-
19+
2020
<div class="oss-table-of-contents">
2121
{% for about_object in abouts %}
2222
<p><a href="#component_{{ loop.index0 }}">{{ about_object.name.value }}{% if about_object.version.value %} {{ about_object.version.value }}{% endif %}</a></p>

0 commit comments

Comments
 (0)