Projet

Général

Profil

0001-templates-change-example-unicode-character-28086.patch

Frédéric Péters, 16 novembre 2018 16:18

Télécharger (1,6 ko)

Voir les différences:

Subject: [PATCH] templates: change example unicode character (#28086)

 templates/theme.html                      | 2 +-
 templates/variants/montpellier/theme.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
templates/theme.html
2 2
{% load i18n static %}
3 3
<html {% if LANGUAGE_CODE %}lang="{{ LANGUAGE_CODE }}"{% endif %} {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
4 4
  <head>
5
    <meta charset="UTF-8"><!--  -->
5
    <meta charset="UTF-8"><!-- 🔥 -->
6 6
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7 7
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
8 8
    <title>{% firstof global_title "Compte Citoyen" %} {% block title %}{% endblock %}</title>
templates/variants/montpellier/theme.html
2 2
{% load i18n staticfiles %}
3 3
<html>
4 4
  <head>
5
    <meta charset="UTF-8"><!--  -->
5
    <meta charset="UTF-8"><!-- 🔥 -->
6 6
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7 7
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
8 8
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9
-