Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags.

This commit is contained in:
Jon Dufresne 2019-12-11 00:49:54 -08:00 committed by Carlton Gibson
parent d8e2333528
commit e703b93a65
24 changed files with 137 additions and 141 deletions

View file

@ -21,8 +21,8 @@
{# as it causes problems in compiled CHM files. #}
{% if builder != "htmlhelp" %}
{{ super() }}
<script type="text/javascript" src="{{ pathto('templatebuiltins.js', 1) }}"></script>
<script type="text/javascript">
<script src="{{ pathto('templatebuiltins.js', 1) }}"></script>
<script>
(function($) {
if (!django_template_builtins) {
// templatebuiltins.js missing, do nothing.