1
0
Fork 0
forked from svrjs/svrjs

Don't add unknown licenses to the license page.

This commit is contained in:
Dorian Niemiec 2024-08-27 16:02:50 +02:00
parent f739f5dbbe
commit 2783516c86

View file

@ -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>
<% } %>