Skip to content

Commit 6a480ce

Browse files
committed
Update the default template
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 3b82c21 commit 6a480ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/default_html.template

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
<p>This component is licensed under {{ about_object.license_expression.value }}</p>
3333
{% endif %}
3434
{% if about_object.copyright.value %}
35-
<pre>
36-
{{about_object.copyright.value}}
37-
</pre>
35+
<pre>{{about_object.copyright.value}}</pre>
3836
{% endif %}
3937
{% if about_object.notice_file.value %}
4038
{% for notice in about_object.notice_file.value %}

0 commit comments

Comments
 (0)