The type attribute is unnecessary for JavaScript resources.
This commit is contained in:
parent
2b2401ce4e
commit
3b9424b6af
|
@ -107,7 +107,7 @@ void write_html(ostream &out, const vector<entry_type> &entries)
|
||||||
<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-only</a>.
|
<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-only</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
// Open details when called with ID.
|
// Open details when called with ID.
|
||||||
function open_details()
|
function open_details()
|
||||||
{
|
{
|
||||||
|
|
Reference in New Issue
Block a user