django-webpack-loader icon indicating copy to clipboard operation
django-webpack-loader copied to clipboard

remove charset from example because now it is a deprecated feature

Open udos opened this issue 7 years ago • 0 comments

in the template code of example

  • https://github.com/owais/django-webpack-loader#multiple-webpack-projects

there is the following code

<!-- add some extra attributes to the tag -->
{% render_bundle 'main' 'js' 'DEFAULT' attrs='async chatset="UTF-8"'%}

attribute charset is deprecated according to

  • https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#Deprecated_attributes

note: chatset in your example, due to a typo.

udos avatar Nov 01 '18 08:11 udos