Update librejs.html (#2271)
Added 'id="jslicense-labels1"' attribute to the table element to fix the website not working with LibreJS. This resolves https://github.com/privacytools/privacytools.io/issues/2270
This commit is contained in:
parent
37da7f1ef3
commit
dda163a69e
@ -2,7 +2,7 @@
|
||||
permalink: /about/javascript/
|
||||
---
|
||||
<h3>JavaScript Licenses</h3>
|
||||
<table border="1">
|
||||
<table border="1" id="jslicense-labels1">
|
||||
<tr>
|
||||
<td><a href="/assets/js/main.js">main.js</a></td>
|
||||
<td><a href="https://github.com/privacytools/privacytools.io/raw/master/LICENSE.txt">CC0-1.0-only</a></td>
|
||||
|
Reference in New Issue
Block a user