Hi there,
Whenever I have bSuite enabled, it rewrites all of my h1, h2, h3 etc. tags to have an id whenever I publish/update. This is fine, except it uses digits as the first characters of the id name (invalid markup). I can't change or remove the id name - it is automatically put back in unless I edit it while bSuite is disabled. Does anyone know how to fix this?
bSuite version is 4.0.6
Here's what w3c validator tells me:
Line 228, Column 9: value of attribute "id" invalid: "6" cannot start a name
<h1 id="6_utopian-abolitionist_1" >Utopian Abolitionists in Western Massachusett
It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.
Thanks for any help!