Ajustement.

Ajout de l’attribut charset qui devrait être à l’avenir supporté partout et supplanter l’http-equiv (et fermeture correcte de la balise).
This commit is contained in:
Garreau Alexandre 2014-03-03 22:05:28 +01:00
parent 681697a41f
commit 92fbd461b6
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ switch($site_type) {
echo '<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" charset="utf-8" />
<title>'.escape($config->site_title).'</title>
<link rel="canonical" href="'.escape($config->site_url).'">
<link rel="alternate" type="application/atom+xml" title="'.__('ATOM Feed').'" href="?feed">