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

CommentFileSizeAuthor
#2 page.tpl_.php_.txt8.31 KBjeremycaldwell

Comments

jeremycaldwell’s picture

Thanks 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.

jeremycaldwell’s picture

StatusFileSize
new8.31 KB

Attached is the file. Rename it to "page.tpl.php" and place it in your theme's directory overwriting the one that already exists.

Anonymous’s picture

Thanks for the quick turn around!

Tested and validates without that error now!

jeremycaldwell’s picture

Status: Active » Fixed

Excellent, will get that into the next release. Thanks for trying it out too and bringing the issue to our attention.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.