diff --git a/content/french/commande/infirmier-independant.md b/content/french/commande/infirmier-independant.md index 7b0abd9..f1cd68f 100644 --- a/content/french/commande/infirmier-independant.md +++ b/content/french/commande/infirmier-independant.md @@ -86,7 +86,7 @@ bestellformular = true
- +
diff --git a/content/german/bestellung/freiberufliche.md b/content/german/bestellung/freiberufliche.md index 3a29775..86f7295 100644 --- a/content/german/bestellung/freiberufliche.md +++ b/content/german/bestellung/freiberufliche.md @@ -88,7 +88,7 @@ kommentar = 'age und hobbies sind honeypots'
- +
diff --git a/content/german/bestellung/organisationen.md b/content/german/bestellung/organisationen.md index e73fb97..018af84 100644 --- a/content/german/bestellung/organisationen.md +++ b/content/german/bestellung/organisationen.md @@ -149,7 +149,7 @@ Spesen werden separat berechnet.
- +
diff --git a/readme.md b/readme.md index 78ec2bd..236da7e 100755 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# VeruA.ch Website +# Website verua.swiss diff --git a/static/php/message.php b/static/php/message.php index 919cd7c..c8cacfa 100644 --- a/static/php/message.php +++ b/static/php/message.php @@ -197,7 +197,7 @@ function constructCustomerMessage($bestellMessage, $langForm) { if ( $langForm == "FR" ) { - $message .= "Chers Mesdames, Chers Messieurs" . "\n"; + $message .= "Chers Mesdames, Chers Messieurs" . "\n\n"; $message .= "Merci pour votre commande. Nous vous contacterons dès que possible." . "\n\n"; $message .= "Cordialement" . "\n"; $message .= "Votre équipe VeruA" . "\n\n\n";