I have set up a view to show all blog nodes, a very simple thing. Unfortunately if a blog node has comments, the edit/reply links in the comments don't work. I believe the cause is a missing tag.
You can see the problem on my page at http://www.cachekuni.com/blog
If you use the HTMLTidy validator at http://validator.aborla.net/ and feed it the URL above it will report back 6 errors, one of which is:
72:
missing
73:
<
div id="page-inner" class="page-inner">
The problem shows up in Firefox. I tried with Opera also but no issue, I guess it's more lenient towards missing closing tags.
I am using 6.x-3.0-alpha1
Comments
Comment #1
jeremycaldwell commentedThanks for catching this totsubo! I updated the page.tpl.php and attached it along with this issue so you should be able to replace your theme's file with this one and have it all working correctly. This will definitely be in the next release of the theme.
Comment #2
jeremycaldwell commentedAttached is the file. Rename it to "page.tpl.php" and place it in your theme's directory overwriting the one that already exists.
Comment #3
Anonymous (not verified) commentedThanks for the quick turn around!
Tested and validates without that error now!
Comment #4
jeremycaldwell commentedExcellent, will get that into the next release. Thanks for trying it out too and bringing the issue to our attention.