Closed (fixed)
Project:
Priorities
Version:
6.x-2.16
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2011 at 13:18 UTC
Updated:
8 Jul 2011 at 13:41 UTC
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