fix: html attributes (#9877)

* fix: some empty xml tag bodies

* fix: missing/wrong attributing of label tags

* fix: attribute fixes

* fix: misassociated label

* fix: missing alt attributes

* fix: some more missing associated labels
This commit is contained in:
gasoved
2021-10-08 17:36:51 +03:00
committed by GitHub
parent 1958dffa04
commit 3acaac4c7c
32 changed files with 179 additions and 179 deletions

View File

@@ -26,8 +26,8 @@
<br/>
<br/>
<label>[[admin/development/logger:file-path]]</label>
<input class="form-control" type="text" placeholder="[[admin/development/logger:file-path-placeholder]]" data-field="loggerPath" />
<label for="loggerPath">[[admin/development/logger:file-path]]</label>
<input id="loggerPath" class="form-control" type="text" placeholder="[[admin/development/logger:file-path-placeholder]]" data-field="loggerPath" />
</form>
</div>
</div>