forked from svrjs/svrjs
Don't add unknown licenses to the license page.
This commit is contained in:
parent
f739f5dbbe
commit
2783516c86
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
<% if ( license ) { %>
|
||||||
<div style="width: 100%; background-color: #ccc; background-color: rgba(200, 200, 200, 0.3); border: 1px solid green; text-align: left; margin: 10px 0;">
|
<div style="width: 100%; background-color: #ccc; background-color: rgba(200, 200, 200, 0.3); border: 1px solid green; text-align: left; margin: 10px 0;">
|
||||||
<div style="float: right;">License: <%= license %></div>
|
<div style="float: right;">License: <%= license %></div>
|
||||||
<div style="font-size: 20px;">
|
<div style="font-size: 20px;">
|
||||||
|
@ -8,3 +9,4 @@
|
||||||
<b>Required by <%= name %>.</b><% } %>
|
<b>Required by <%= name %>.</b><% } %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<% } %>
|
||||||
|
|
Reference in a new issue