Fix broken script tag

The HTML validator picks up this error in our code:
> Self-closing syntax (/>) used on a non-void HTML element. Ignoring
> the slash and treating as a start tag.
This commit is contained in:
Chris Hill-Scott
2017-02-13 16:43:12 +00:00
parent 27e5a71863
commit 1c127f6fe0

View File

@@ -130,7 +130,7 @@
{% endblock %}
{% block body_end %}
<script type="text/javascript" src="{{ asset_url('javascripts/all.js') }}" /></script>
<script type="text/javascript" src="{{ asset_url('javascripts/all.js') }}"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),