templates: change example unicode character (fixes #28094)

This commit is contained in:
Benjamin Dauvergne 2018-11-16 17:29:22 +01:00
parent b72023b5d5
commit f511eda89f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% load i18n static %}
<html {% if LANGUAGE_CODE %}lang="{{ LANGUAGE_CODE }}"{% endif %} {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
<head>
<meta charset="UTF-8"><!-- -->
<meta charset="UTF-8"><!-- 🔥 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% firstof global_title "Compte Citoyen" %} {% block title %}{% endblock %}</title>