Skip to content

Commit

Permalink
Add autocomplete=language guidance to inital setup
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareham committed Oct 11, 2018
1 parent eb85236 commit 6beeb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textpattern/setup/index.php
Expand Up @@ -627,7 +627,7 @@ function langs()
n.'<label for="setup_language">Please choose a language</label>'. n.'<label for="setup_language">Please choose a language</label>'.
n.'</div>'. n.'</div>'.
n.'<div class="txp-form-field-value">'. n.'<div class="txp-form-field-value">'.
n.'<select id="setup_language" name="lang">'; n.'<select id="setup_language" name="lang" autocomplete="language">';


if (is_array($files) && !empty($files)) { if (is_array($files) && !empty($files)) {
foreach ($files as $file) { foreach ($files as $file) {
Expand Down

0 comments on commit 6beeb39

Please sign in to comment.