From 98187bf942de2db6419b3d848c96e3955715de06 Mon Sep 17 00:00:00 2001 From: Michael Letzgus Date: Sat, 18 Mar 2017 16:00:21 +0100 Subject: Fix value of attribute "autocapitalize" Change attribute "autocapitalize" from value "off" to "none" regarding to apples dev guide: https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-autocapitalize Signed-off-by: Michael Letzgus --- settings/templates/personal.php | 16 ++++++++-------- settings/templates/users/part.createuser.php | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'settings') diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 31aa268f776..c13672bcb77 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -76,7 +76,7 @@ value="" - autocomplete="on" autocapitalize="off" autocorrect="off" /> + autocomplete="on" autocapitalize="none" autocorrect="off" /> t('No display name set')); } ?> @@ -93,7 +93,7 @@ placeholder="t('Your email address')); ?>" - autocomplete="on" autocapitalize="off" autocorrect="off" /> + autocomplete="on" autocapitalize="none" autocorrect="off" /> t('No email address set')); }?> @@ -114,7 +114,7 @@ + autocomplete="on" autocapitalize="none" autocorrect="off" />