| branch | HEAD |
| changeset 7460 | 1c2d87e8c9e2 |
| parent 7443 | cb0edbf9c9ac |
| child 7461 | 026789ae2533 |
1.1 --- a/system/classes/listfactory.class.php Thu Nov 05 21:59:17 2009 +0000 1.2 +++ b/system/classes/listfactory.class.php Sun Nov 08 12:26:46 2009 +0100 1.3 @@ -747,7 +747,7 @@ 1.4 $list_templates->parse('item_field', 'field', true); 1.5 } else { 1.6 // Write an empty field 1.7 - $list_templates->set_var('field_text', ' '); 1.8 + $list_templates->set_var('field_text', ' '); 1.9 $list_templates->parse('item_field', 'field', true); 1.10 } 1.11 }