You can dump all of those extra xml:lang="en-us" xmlns:xml="http://www.w3.org/XML/1998/namespace".
As for the main problem, it's a case issue. You are calling for Searchables and you have
<a id="searchables"></a>. Change it to <a id="Searchables"></a> so the case matches.
|