Skip to content

Commit

Permalink
Use correct input type for website url
Browse files Browse the repository at this point in the history
type="url"
  • Loading branch information
coliff authored Feb 1, 2018
1 parent 009874a commit d2f616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/templates/settings/personal/personal.info.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
</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"'); ?>
Expand Down

0 comments on commit d2f616b

Please sign in to comment.