gkuhn1 / django-admin-multiupload

Multi file upload for django-admin app
71 stars 65 forks source link

Syntax - Missing closing tag #23

Closed python-force closed 7 years ago

python-force commented 7 years ago

Here https://github.com/gkuhn1/django-admin-multiupload/blob/master/multiupload/templates/multiupload/upload.html

<!--[if gte IE 8]><script src="{% static 'jquery/jquery.xdr-transport.js"></script><![endif]-->

It should be

<!--[if gte IE 8]><script src="{% static 'jquery/jquery.xdr-transport.js' %}"></script><![endif]-->

gkuhn1 commented 7 years ago

Thanks @python-force. Fixed in PR #24 and merged to master.

python-force commented 7 years ago

My pleasure. Thank you