Bug Incorrect label "for" / ID in option_template_registrationDefaults

There is a bug in this version
D

DragonByte Tech

Guest
In the template admin:option_template_registrationDefaults, "Watch content on creation" and "Watch content on interaction" have the same <label for=""> and id="" attributes.

HTML:

Code:
        <dl class="inputLabelPair">
            <dt><label for="{$inputName}_dws">{{ phrase('watch_content_on_creation') }}</label></dt>
            <dd><xf:select name="{$inputName}[creation_watch_state]" value="{$option.option_value.creation_watch_state}" id="{$inputName}_dws">
                <xf:option...

Read more

Continue reading...