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 3b82c21 commit 6a480ceCopy full SHA for 6a480ce
templates/default_html.template
@@ -32,9 +32,7 @@
32
<p>This component is licensed under {{ about_object.license_expression.value }}</p>
33
{% endif %}
34
{% if about_object.copyright.value %}
35
- <pre>
36
- {{about_object.copyright.value}}
37
- </pre>
+ <pre>{{about_object.copyright.value}}</pre>
38
39
{% if about_object.notice_file.value %}
40
{% for notice in about_object.notice_file.value %}
0 commit comments