We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77af13 commit a05078dCopy full SHA for a05078d
templates/default_html.template
@@ -13,10 +13,10 @@
13
<h1>OPEN SOURCE SOFTWARE INFORMATION</h1>
14
<h2> {{ vartext['subtitle'] }} </h2>
15
<div>
16
- <p>Licenses, acknowledgments and required copyright notices for
+ <p>Licenses, acknowledgments and required copyright notices for
17
open source components:</p>
18
</div>
19
-
+
20
<div class="oss-table-of-contents">
21
{% for about_object in abouts %}
22
<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