Remove deprecated attributes in html templates
Aperta
ready
- Lingua principale
- JavaScript
- Stelle
- 46
- Fork
- 12
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
In `./src/selena/boards/templates/boards/*.html` scripts are included using
```
```
The `language` attribute on the script element is deprecated and produces warning in W3C Validator. We can safely omit it. Moreover, templates extends `base.html` which is HTML5 document thus `type="text/javascript"` is completely unnecessary.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.