mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Use correct input type for website url
type="url"
This commit is contained in:
parent
009874a4c2
commit
d2f616b545
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ vendor_style('jcrop/css/jquery.Jcrop');
|
|||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<input type="text" name="website" id="website" value="<?php p($_['website']); ?>"
|
||||
<input type="url" name="website" id="website" value="<?php p($_['website']); ?>"
|
||||
placeholder="<?php p($l->t('Link https://…')); ?>"
|
||||
autocomplete="on" autocapitalize="none" autocorrect="off"
|
||||
<?php if(!$_['lookupServerUploadEnabled']) print_unescaped('disabled="1"'); ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue