From 230db1039a3457219a550235b71d1ece09c28b80 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 10 Apr 2005 10:22:40 +0000 Subject: - Missing check_url() in form(). --- 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 d6cd3f820..b93623e96 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -981,7 +981,7 @@ function form($form, $method = 'post', $action = NULL, $attributes = NULL) { if (!$action) { $action = request_uri(); } - return '
\n". $form ."\n
\n"; + return '
\n". $form ."\n
\n"; } /** -- cgit v1.2.3