From 10917b1213a21de40f39e61ea66fdd9dbb8d4b02 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 14 Mar 2004 20:07:00 +0000 Subject: - Patch #6470 by Brian: fixed XHTML error with multiple selection boxes. --- modules/taxonomy.module | 2 +- modules/taxonomy/taxonomy.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 96a9a210e..dd0bf4511 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -627,7 +627,7 @@ function _taxonomy_term_select($title, $name, $value, $vocabulary_id, $descripti $size = min(12, count($options)); - return form_item($title, "", $description); + return form_item($title, "", $description); } } diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 96a9a210e..dd0bf4511 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -627,7 +627,7 @@ function _taxonomy_term_select($title, $name, $value, $vocabulary_id, $descripti $size = min(12, count($options)); - return form_item($title, "", $description); + return form_item($title, "", $description); } } -- cgit v1.2.3