pentamedia-comments.js ShowStats(): take new HTML5 nesting into account

This commit is contained in:
Astro 2011-02-25 12:19:51 +01:00
parent b9718b89f5
commit ce01b79b70
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function ShowStats(comments) {
var slug = filename.split(".")[0];
if (links[slug])
links[slug].parent().parent().find("p.more").append("<span class='comments'>" + text + "</span>");
links[slug].parent().parent().parent().find("p.more").append("<span class='comments'>" + text + "</span>");
}
}