From ed1a53698a1d9f020c35d0cada0b9f4e990509a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 11 Oct 2007 09:51:29 +0000 Subject: #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 115db8548..8a427af6b 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1164,7 +1164,7 @@ function system_actions_manage() { } if ($actions_map) { - $output .= '

'. drupal_get_form('system_actions_manage_form', $options) .'

'; + $output .= drupal_get_form('system_actions_manage_form', $options); } return $output; -- cgit v1.2.3