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/helpers/feed | |
| parent | 607f7e725487ce0eb0339b288ce9e58036dad4a0 (diff) | |
Minor uniform stricter HTML (#3616)
Diffstat (limited to 'app/views/helpers/feed')
| -rw-r--r-- | app/views/helpers/feed/update.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 8127875ed..23a0e3ffa 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -250,7 +250,7 @@ <div class="form-group"> <div class="group-controls"> <label class="checkbox" for="pubsubhubbub"> - <input type="checkbox" name="pubsubhubbub" id="pubsubhubbub" disabled="disabled" value="1" checked /> + <input type="checkbox" name="pubsubhubbub" id="pubsubhubbub" disabled="disabled" value="1" checked="checked" /> <?= _t('sub.feed.websub') ?> </label> </div> |
