]> source.dussan.org Git - nextcloud-server.git/commit
Fix value of attribute "autocapitalize" 3915/head
authorMichael Letzgus <www@chronos.michael-letzgus.de>
Sat, 18 Mar 2017 15:00:21 +0000 (16:00 +0100)
committerMichael Letzgus <root@chronos.michael-letzgus.de>
Sat, 18 Mar 2017 15:06:57 +0000 (16:06 +0100)
commit98187bf942de2db6419b3d848c96e3955715de06
tree4300be351c0c7584c0066877ff46f4bf0381acfa
parent1febf042d82bbf71ca2ff0179df5c1f3e6bff6fe
Fix value of attribute "autocapitalize"

Change <input> 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 <michaelletzgus@users.noreply.github.com>
core/templates/installation.php
core/templates/login.php
settings/templates/personal.php
settings/templates/users/part.createuser.php