I went to validate my pligg site and I noticed a problem in the "categories" html, basically the links are printed like
<li><a>category</li></a>
instead of
<li><a>category</a></li>
I have attached a ss. If it doesn't come through,here is the code...
<div id="cats" class="switchcontent">
<ul id="nav-secondary">
<li id="huidig"><a href='/index.php?category=all'>all</a></li>
<li><a href='/index.php?category=pligg'>pligg</li></a>
</ul>
</div>
I have re-created this using 8.1.0 and 8.2.0, I am using apache2 and php5 locally.
I have been looking on other sites to try to find this error, and so far I could only find it on
http://virtenu.dyndns.org/torrop/ , but there seems to be a problem with the CSS on that page right now.
On the initial install, the all cat prints fine. I add a story straight away with a new cat and it prints wrong.
I had a custom pligg.tpl, went back to the orig, same thing. Also deleted templates_c contents after every test.
I have been drilling through the libs and can't find the code, must be in the templating which I am not familiar with.
Thanks!