Remove extra spaces from status text

This commit is contained in:
Nathan Gray 2011-03-31 15:12:13 +00:00
parent 3ac6fcd941
commit ae48c17417

View File

@ -54,7 +54,7 @@ class timesheet_export_csv implements importexport_iface_export_plugin {
'ts_status' => $uitimesheet->status_labels+array(lang('No status'))
);
foreach($lookups['ts_status'] as &$status) {
$status = html_entity_decode($status); // Remove  
$status = trim(html_entity_decode($status)); // Remove  
}
// $options['selection'] is array of identifiers as this plugin doesn't