Skip to content

Commit 1512821

Browse files
committed
Fixed #220
Add back the missing </p> tab
1 parent 8395d0c commit 1512821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

about_code_tool/templates/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h3 class="component-name">{{ about_object.name }}
5353
{% if about_object.version %}{{ about_object.version }}{% endif %}
5454
</h3>
5555
{% if about_object.dje_license_name %}
56-
<p>This component is licensed under {{about_object.dje_license_name }}.
56+
<p>This component is licensed under {{about_object.dje_license_name }}. </p>
5757
{% endif %}
5858
{% if about_object.copyright %}
5959
<pre>{{about_object.copyright}}</pre>

0 commit comments

Comments
 (0)