Looks like all node_view options should be set explicitly to FALSE and particularly $links (the last of the three options) otherwise it may cause some themes to display a bottom line where $links should appear for example if comments are enable for an alternative node. Hence we should have the node_view call like this node_view($node, FALSE, FALSE, FALSE). Regards,
Comments
Comment #1
gibus commentedCommited in 6.x-2.x-dev