The quicktab accordion blocks I use in the right-hand column of news website http://www.moneytools.org are causing thousands of link validation errors because of missing anchors: See http://www.moneytools.org/err/errors.png
When I disable the accordion block, the errors no longer occur. So, the problem is associated with the quicktab accordion block. By adding a named anchor just before the anchor link the problem would be resolved.
For instance, by changing the syntax that is currently being generated:
<div id="quickset-accordion_block" class="quick-accordion"><h3><a href= "#quickset-accordion_block_0">Latest Bankrate News</a></h3><div>
to
<div id="quickset-accordion_block" class="quick-accordion"><h3><a name="quickset-accordion_block_0"></a><a href= "#quickset-accordion_block_0">Latest Bankrate News</a></h3><div>
the new HTML should, theoretically, correct the link validation errors.
How specifically should the syntax in the module be changed to aright this?
Needs review
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.