From 7ecb1b7c9ce72480baefda4c2ad7527ad2dd0dcd Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 25 May 2005 04:18:54 +0000 Subject: - #23387: form() should respect block-level elements --- includes/common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index e21b3fbae..12a0a5e82 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1035,6 +1035,7 @@ function form($form, $method = 'post', $action = NULL, $attributes = NULL) { if (!$action) { $action = request_uri(); } + // Anonymous div to satisfy XHTML compliancy. return '
\n
". $form ."\n
\n"; } -- cgit v1.2.3