From a2e3513fe345515392d933e6c0420dafacfb79df Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Mon, 29 Dec 2008 07:12:44 -0500 Subject: [PATCH] fixed utf-8 encoding in italian error-docs --- server/conf/error/it/403.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/conf/error/it/403.html b/server/conf/error/it/403.html index 0c40ac2..4827e06 100644 --- a/server/conf/error/it/403.html +++ b/server/conf/error/it/403.html @@ -49,7 +49,7 @@ <h1>ERROR 403 - Accesso Negato!</h1> </div> <div id="content"> - <h2>Si � verificato il seguente errore:</h2> + <h2>Si è verificato il seguente errore:</h2> <p>Non si possiedono i permessi per accedere all'indirizzo richiesto.</p> <p>Contatta il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p> </div> -- Gitblit v1.9.1