From 23cb9b8b572c1fdea9619882e227f1c831e2b6ac Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Mon, 05 Jan 2009 15:25:22 -0500
Subject: [PATCH] utf-8 coding error in index-file

---
 server/conf/index/standard_index.html_it      |    4 ++--
 server/conf/index/user_standard_index.html_it |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/server/conf/index/standard_index.html_it b/server/conf/index/standard_index.html_it
index 5ebadce..141bbb9 100644
--- a/server/conf/index/standard_index.html_it
+++ b/server/conf/index/standard_index.html_it
@@ -48,8 +48,8 @@
             <h1>Benvenuti sul <!--ADRESSE//-->vostro sito!<!--ADRESSE//--></h1>
         </div>
         <div id="content">
-            <h2>Questa � la pagina predefinita.</h2>
-            <p>Questo file pu� essere cancellato o sovrascritto senza nessun problema. Questo � prodotto dal file <b>index.html</b> nella cartella <b>web</b>.</p>
+            <h2>Questa è la pagina predefinita.</h2>
+            <p>Questo file può essere cancellato o sovrascritto senza nessun problema. Questo è prodotto dal file <b>index.html</b> nella cartella <b>web</b>.</p>
             <p>Per domande o problemi contattate il <!--SUPPORT//-->supporto<!--SUPPORT//-->.</p>
         </div>
         <div id="footer">
diff --git a/server/conf/index/user_standard_index.html_it b/server/conf/index/user_standard_index.html_it
index d4225c2..6f253f0 100644
--- a/server/conf/index/user_standard_index.html_it
+++ b/server/conf/index/user_standard_index.html_it
@@ -48,8 +48,8 @@
             <h1>Benvenuti sul <!--ADRESSE//-->vostro sito!<!--ADRESSE//--></h1>
         </div>
         <div id="content">
-            <h2>Questa � la pagina di default per l'utente <b>{USER_USERNAME}</b>.</h2>
-            <p>Questo file pu� essere cancellato o sovrascritto senza nessun problema. Questo � prodotto dal file <b>index.html</b> nella cartella <b>user/{USER_USERNAME}/web</b>.</p>
+            <h2>Questa è la pagina di default per l'utente <b>{USER_USERNAME}</b>.</h2>
+            <p>Questo file può essere cancellato o sovrascritto senza nessun problema. Questo è prodotto dal file <b>index.html</b> nella cartella <b>user/{USER_USERNAME}/web</b>.</p>
             <p>Per domande o problemi contattate il <!--SUPPORT//-->supporto<!--SUPPORT//-->.</p>
         </div>
         <div id="footer">

--
Gitblit v1.9.1