From 2b747a734ba61ecf63ab6dde3c01d84cac48b803 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 7 Sep 2011 10:32:07 +0000
Subject: [PATCH] Fixed file encoding.

---
 server/conf/mail/welcome_email_de.txt | 4 ++--
 server/conf/mail/welcome_email_en.txt | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/conf/mail/welcome_email_de.txt b/server/conf/mail/welcome_email_de.txt
index 6898591fb9..e30eae5f12 100644
--- a/server/conf/mail/welcome_email_de.txt
+++ b/server/conf/mail/welcome_email_de.txt
@@ -1,4 +1,4 @@
-From: ISPConfig <postmaster@localhost.localdomain>
+From: ISPConfig <postmaster@localhost.localdomain>
 Subject: Ihr Mailaccount ist aktiv.
 
-Ihr Mailaccount ist jetzt aktiv. Viel Vergnügen.
\ No newline at end of file
+Ihr Mailaccount ist jetzt aktiv. Viel Vergnügen.
\ No newline at end of file
diff --git a/server/conf/mail/welcome_email_en.txt b/server/conf/mail/welcome_email_en.txt
index 9689485606..cf1266730c 100644
--- a/server/conf/mail/welcome_email_en.txt
+++ b/server/conf/mail/welcome_email_en.txt
@@ -1,4 +1,4 @@
-From: ISPConfig <postmaster@localhost.localdomain>
+From: ISPConfig <postmaster@localhost.localdomain>
 Subject: Welcome to your new email account.
 
 Welcome to your new email account. Your webmaster.
\ No newline at end of file
-- 
GitLab