From 009d05cbe30af1cc69f50f3fd5cabf49a31f9770 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 5 Jan 2009 22:23:58 +0000 Subject: - Patch #326527 by riccardoR: the opening form tag was declared twice. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 1a86ba292..68b26b1e2 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3236,7 +3236,7 @@ function drupal_render(&$elements) { $elements['#markup'] = ''; } - unset($elements['#prefix'], $elements['#suffix']); + unset($elements['#type'], $elements['#prefix'], $elements['#suffix']); $content = theme($elements['#theme'], $elements); foreach (array('#type', '#prefix', '#suffix') as $key) { -- cgit v1.2.3