You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me a very long time to figure out but at the top of your page is the following code:
<basehref="/">
So the link to #content results in an error saying that content cannot be found, even though id="content" exists.
However, html-proofer is working as expected. According to the documentation for <base>, the value here is prepended to every link, even hashes. Thus the final link that html-proofer sees is /#content, which doesn't exist.
You will need to remove the base tag, or rewrite it in such a way so that it correctly points to the same file it's in.
Here's a tarbar of the site
site.zip
The text was updated successfully, but these errors were encountered: