From 09787420897868e203410efe4323106a47a40c15 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 12 May 2009 23:19:13 +0000 Subject: #367214 follow-up by alienbrain and Berdir: Fix syntax error introduced in API documentation. --- modules/node/node.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') diff --git a/modules/node/node.api.php b/modules/node/node.api.php index 98f31627d..1383773c1 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -411,7 +411,7 @@ function hook_node_build_alter($node, $teaser) { if (isset($node->content['an_additional_field'])) { // Change its weight. $node->content['an_additional_field']['#weight'] = -10; - ); + } // Add a #post_render callback to act on the rendered HTML of the node. $node->content['#post_render'][] = 'my_module_node_post_render'; -- cgit v1.2.3