Indication du charset plus explicite

Plus explicite, plus portable, plus compatible.
This commit is contained in:
Garreau Alexandre 2014-03-03 20:45:18 +01:00
parent d2d00e7a1f
commit 002e08c307

View file

@ -702,6 +702,7 @@ if( !empty($_POST['opml_file']) && ALLOW_NEW_AUTOBLOGS && ALLOW_NEW_AUTOBLOGS_BY
<html lang="fr" dir="ltr"> <html lang="fr" dir="ltr">
<head> <head>
<title>Projet Autoblog<?php if(strlen(HEAD_TITLE)>0) echo " | " . HEAD_TITLE; ?></title> <title>Projet Autoblog<?php if(strlen(HEAD_TITLE)>0) echo " | " . HEAD_TITLE; ?></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" charset="utf-8" />
<meta charset="utf-8"> <meta charset="utf-8">
<meta content="initial-scale=1.0, user-scalable=yes" name="viewport" /> <meta content="initial-scale=1.0, user-scalable=yes" name="viewport" />