UX: Label of checkbox site setting needs a span for nested HTML

This commit is contained in:
Gerhard Schlager 2018-10-02 16:25:05 +02:00
parent 3a6ab02563
commit 7fe17e93e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<label>
{{input type="checkbox" checked=enabled}}
{{{unbound setting.description}}}
<span>{{{unbound setting.description}}}</span>
{{setting-validation-message message=validationMessage}}
</label>