I have issues with languages too:
http://ww.wp.xz.cn/support/topic/280855
It looks to me like a bug when calling POMO_StringReader->seekto()
I have not a clue on how to fix it, since I’m not a wp hacker.
Thank you, the workaround worked.
But I still consider this behavior a bug, some people would like to use:
<dl>
<dt><label for="...">Label</label></dt>
<dd><input id="..." name="..." type="text"/></dd>
<dl>
which is easily stylable, and could be semantic in some context.
Same problem here.
- I’m using Contact Form 7 in a WordPress Page,
- its content is only the [contact-form ...] tag.
- My contact-form starts with a <label> tag (no blank-spaces before).
Contact Form 7 is adding its form tag and wrappers, and then a <p> tag (which never closes), and then my first <label>… resulting in validation error.
Any workaround?