selena icon indicating copy to clipboard operation
selena copied to clipboard

Remove deprecated attributes in html templates

Open msn0 opened this issue 10 years ago • 1 comments

In ./src/selena/boards/templates/boards/*.html scripts are included using

<script language="javascript" type="text/javascript" src="..."></script>

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.

msn0 avatar Jan 12 '15 13:01 msn0

If you are interested in this change its already done in https://github.com/allegro/selena/pull/30

msn0 avatar Jan 12 '15 14:01 msn0