diff --git a/templates/licenseElement.ejs b/templates/licenseElement.ejs index 20ab07d..2aa41ae 100644 --- a/templates/licenseElement.ejs +++ b/templates/licenseElement.ejs @@ -1,6 +1,5 @@ - <% if ( license ) { %>
-
License: <%= license %>
+
License: <%= license ? license : "Unknown" %>
<%= moduleName %><% if (author) { %> (by <%= author %>)<% } %>
@@ -9,4 +8,3 @@ Required by <%= name %>.<% } %>
- <% } %>