From b8082e72ff183bad50ad05cc05d96a64659a2eba Mon Sep 17 00:00:00 2001
From: Michael RICOIS <mricois@scores-decisions.com>
Date: Thu, 5 Nov 2009 14:03:07 +0000
Subject: [PATCH] Modification balise meta

---
 www/pages/main.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/pages/main.php b/www/pages/main.php
index 2460eb34a..25a614e76 100644
--- a/www/pages/main.php
+++ b/www/pages/main.php
@@ -12,7 +12,7 @@ require_once 'siren.php';
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr" dir="ltr">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <title>Extranet Scores &amp; D&eacute;cisions - <?=$title?></title>
 <?php require_once 'includeheader.php'; ?>
 </head>