From b3a80464daf535d744766e7153911ee88b21a9ad Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Wed, 7 May 2003 20:03:07 +0000 Subject: [PATCH] histoire d'entetes --- ecrire/inc_presentation.php3 | 1 + 1 file changed, 1 insertion(+) diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index 7f46876e41..a07c162eb7 100644 --- a/ecrire/inc_presentation.php3 +++ b/ecrire/inc_presentation.php3 @@ -905,6 +905,7 @@ function debut_html($titre = "") { @Header("Content-Type: text/html; charset=$charset"); echo "<html>\n<head>\n<title>[$nom_site_spip] $titre</title>\n"; + echo '<meta http-equiv="Content-Type" content="text/html; charset='.$charset.'">'; echo '<link rel="stylesheet" type="text/css" href="'; if (!$flag_ecrire) echo 'ecrire/'; echo "spip_style.php3?couleur_claire=".urlencode($couleur_claire)."&couleur_foncee=" . urlencode($couleur_foncee) ."\">\n"; -- GitLab