From acfa4c6f382e61fbee8534b6234767fe3ea9efd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Sat, 5 Jul 2014 17:19:45 +0200 Subject: [PATCH] fix line endings --- .../cacert/gigi/pages/account/ChangeForm.java | 2 +- .../pages/account/ChangePasswordForm.templ | 46 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/org/cacert/gigi/pages/account/ChangeForm.java b/src/org/cacert/gigi/pages/account/ChangeForm.java index 087f418e..95975ead 100644 --- a/src/org/cacert/gigi/pages/account/ChangeForm.java +++ b/src/org/cacert/gigi/pages/account/ChangeForm.java @@ -29,4 +29,4 @@ public class ChangeForm extends Form { return false; } -} \ No newline at end of file +} diff --git a/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ b/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ index 58ca70a3..f886196e 100644 --- a/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ +++ b/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - - - - -
Kennwort ändern
Altes Kennwort:
Neues Kennwort*:
Kennwort bestätigen*:
*Beachten Sie bitte, für eine hohe Sicherheit muss das Kennwort mindestens einen Großbuchstaben, Kleinbuchstaben, Zahl und Sonderzeichen enthalten (alle Leerzeichen am Anfang und am Ende werden entfernt).
+ + + + + + + + + + + + + + + + + + + + + + +
Kennwort ändern
Altes Kennwort:
Neues Kennwort*:
Kennwort bestätigen*:
*Beachten Sie bitte, für eine hohe Sicherheit muss das Kennwort mindestens einen Großbuchstaben, Kleinbuchstaben, Zahl und Sonderzeichen enthalten (alle Leerzeichen am Anfang und am Ende werden entfernt).
-- 2.39.2