--- trip_search.module.orig 2006-01-20 09:15:37.000000000 -0800 +++ trip_search.module 2006-01-20 09:29:41.000000000 -0800 @@ -422,10 +422,10 @@ } $row[] = t('Between'); $row[] = form_textfield('', 'after', $edit['after'], 15, 30, ''); - $row[] = t(''); + $row[] = t(''); $row[] = t('and'); $row[] = form_textfield('', 'before', $edit['before'], 15, 30, ''); - $row[] = t(''); + $row[] = t(''); $date_line = '
'. implode(' ', $row). '
'; $group .= form_item(t('Date'), $date_line, t('dates should be in the format of dd/mm/yyyy. for example, 22/03/2004')); $form .= form_group(t('Filter by date and user'), $group); @@ -468,7 +468,7 @@ font-weight: bold; } '; - $output .= ''; + $output .= ''; return $output; }