From 41521562607d650cbf6e70500fbe6aa3217c934d Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Wed, 30 May 2001 06:45:17 +0000 Subject: - Fixed an extra

in form_file(). --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index bccc4ce5d..7cfa0b07a 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -183,7 +183,7 @@ function form_select($title, $name, $value, $options, $description = 0) { } function form_file($title, $name, $size, $description = 0) { - return form_item($title, "

\n", $description); + return form_item($title, "\n", $description); } function form_hidden($name, $value) { -- cgit v1.2.3