Help to solve a mistake problem please.
Line 1255, Column 7: Element dl is missing a required child element.
<dd>
I will be very strongly grateful.
Thanks and Best Regards.
UPD:
@Rolice, the open error code looks so...↓
<dl class="ctrlUnit submitUnit">
<dd>
<input type="submit" class="button primary" value="{xen:phrase log_in}" tabindex="104" data-loginPhrase="{xen:phrase log_in}" data-signupPhrase="{xen:phrase sign_up}" />
<label for="ctrl_remember" class="rememberPassword" style="margin-left:5px"><input type="checkbox" name="remember" value="1" checked="checked" id="ctrl_remember" tabindex="104" /> {xen:phrase stay_logged_in}</label>
</dd>
</dl>
...but correctly how to make and to solve a problem I don't know :(
P.S: Sorry my English.
UPD:
The problem is solved. I inserted the "dt" code before the "dd" tag and the mistake was gone in the validator. All thanks for attention. Best Regards.
`` => ` ` - same for `dd`.
– Rolice Aug 16 '14 at 22:28and- on
I break the interface (imposition) :(
– Yudjin Bo Aug 17 '14 at 17:48