The comment is displayed simply as 'Array' on the node view, something that the print() outputs when it is given an array as argument.

On reading comment.tpl.php and comparing it with bartik's, I found that there was a statement
print $content which needs to be changed to print render($content) to fix this problem.

Comments

goody815’s picture

Assigned: Unassigned » goody815
Status: Active » Needs review

nilesh.3892, thanks for finding that. i'll take a look at it.

goody815’s picture

Status: Needs review » Closed (fixed)

nilesh.3892,

i believe this is now corrected with most recent commit by aquariumtap. try re-downloading the dev version. feel free to re-open this issue if you're still experiencing this issue