misc: don't close <link> with </script> (#21834)

This commit is contained in:
Frédéric Péters 2018-02-13 19:22:11 +01:00
parent f4db0132fa
commit 4ae2ac1ad5
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
{% block css %}
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/combo.manager.css"/>
<link rel="stylesheet" type="text/css" media="all" href="{% static "xstatic/leaflet.css" %}"></script>
<link rel="stylesheet" type="text/css" media="all" href="{% static "css/combo.map.css" %}"></script>
<link rel="stylesheet" type="text/css" media="all" href="{% static "xstatic/leaflet.css" %}"/>
<link rel="stylesheet" type="text/css" media="all" href="{% static "css/combo.map.css" %}"/>
{% endblock %}
{% block page-title %}{% firstof site_title "Combo" %}{% endblock %}
{% block site-title %}{% firstof site_title "Combo" %}{% endblock %}