mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-19 21:17:54 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user