From ed30c60150ffda0301eb1f8d30c93cac94de41df Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 25 Jul 2011 10:38:22 -0400
Subject: [PATCH] Fixed some warnings in the installer.
---
server/conf/error/it/405.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/conf/error/it/405.html b/server/conf/error/it/405.html
index 045a60c..05ba2c2 100644
--- a/server/conf/error/it/405.html
+++ b/server/conf/error/it/405.html
@@ -49,8 +49,8 @@
<h1>ERROR 405 - Metodo non consentito!</h1>
</div>
<div id="content">
- <h2>Si � verificato il seguente errore:</h2>
- <p>Il metodo usato non � consentito.</p>
+ <h2>Si è verificato il seguente errore:</h2>
+ <p>Il metodo usato non è consentito.</p>
<p>Contatta il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p>
</div>
<div id="footer">
--
Gitblit v1.9.1