diff options
| author | 2021-05-08 18:36:51 +0200 | |
|---|---|---|
| committer | 2021-05-08 18:36:51 +0200 | |
| commit | ffb0e30dde98bcef1b3fa0bfb020c3a478c6a402 (patch) | |
| tree | df336f8ad9bc0c15dc327e7994079699f86f3149 /app/views/user/profile.phtml | |
| parent | 607f7e725487ce0eb0339b288ce9e58036dad4a0 (diff) | |
Minor uniform stricter HTML (#3616)
Diffstat (limited to 'app/views/user/profile.phtml')
| -rw-r--r-- | app/views/user/profile.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml index 3fc79bb47..799ead160 100644 --- a/app/views/user/profile.phtml +++ b/app/views/user/profile.phtml @@ -22,7 +22,7 @@ <div class="form-group"> <div class="group-controls"> <label class="checkbox" for="is_admin"> - <input type="checkbox" id="is_admin" disabled checked /> + <input type="checkbox" id="is_admin" disabled="disabled" checked="checked" /> <?= _t('conf.user.is_admin') ?> </label> </div> |
