--- design/standard/templates/content/datatype/collect/ezselection.tpl.orig	2009-09-30 12:18:05.000000000 +0200
+++ design/standard/templates/content/datatype/collect/ezselection.tpl	2009-11-15 22:43:09.000000000 +0100
@@ -3,7 +3,7 @@
 {let selected_id_array=cond( is_set( $#collection_attributes[$attribute.id] ), $#collection_attributes[$attribute.id].content, $attribute.content )}
 
 {* Always set the .._selected_array_.. variable, this circumvents the problem when nothing is selected. *}
-<input type=hidden name="{$attribute_base}_ezselect_selected_array_{$attribute.id}" value="">
+<input type="hidden" name="{$attribute_base}_ezselect_selected_array_{$attribute.id}" value="" />
 
 <select name="{$attribute_base}_ezselect_selected_array_{$attribute.id}[]" {section show=$attribute.class_content.is_multiselect}multiple{/section}>
 {section var=Options loop=$attribute.class_content.options}
