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 8395d0c commit 1512821Copy full SHA for 1512821
about_code_tool/templates/default.html
@@ -53,7 +53,7 @@ <h3 class="component-name">{{ about_object.name }}
53
{% if about_object.version %}{{ about_object.version }}{% endif %}
54
</h3>
55
{% if about_object.dje_license_name %}
56
- <p>This component is licensed under {{about_object.dje_license_name }}.
+ <p>This component is licensed under {{about_object.dje_license_name }}. </p>
57
{% endif %}
58
{% if about_object.copyright %}
59
<pre>{{about_object.copyright}}</pre>
0 commit comments