diff --git a/main.go b/main.go index b1e4132..5308bf6 100644 --- a/main.go +++ b/main.go @@ -144,7 +144,7 @@ func generatePGP(in genInput) (*genResult, error) { name := sanitizeName(in.Name) email := sanitizeEmail(in.Email) if !validateEmailBasic(email) { - return nil, errors.New("ungültige E‑Mail-Adresse") + return nil, errors.New("ungültige E-Mail-Adresse") } if name == "" { return nil, errors.New("Name darf nicht leer sein") diff --git a/templates/index.html b/templates/index.html index 00d84e7..e3e71ed 100644 --- a/templates/index.html +++ b/templates/index.html @@ -33,15 +33,15 @@
- +
- +
- +