From beadf384f1cd680fa18e7a12a634a3fb7646ffe6 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 13 Jul 2009 21:09:54 +0000 Subject: #455844 follow-up by yched: Change render() to print render() for consistency with other template variables. --- modules/node/node.tpl.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php index 77c1f9642..362907f38 100644 --- a/modules/node/node.tpl.php +++ b/modules/node/node.tpl.php @@ -91,12 +91,12 @@ // We hide the comments and links now so that we can render them later. hide($content['comments']); hide($content['links']); - render($content); + print render($content); ?> - + - + -- cgit v1.2.3