I guess the "eh?" below is undesired?

from field_timestamp.inc - lines 168-172

function theme_flexinode_timestamp($field_id, $label, $value, $formatted_value) {
$output = theme('form_element', $label, $formatted_value);
$output = '

eh?'. $output .'

';
return $output;
}

Comments

samc’s picture

Assigned: Unassigned » samc
samc’s picture

Status: Active » Closed (duplicate)

looks like a bug to me.

fixed this in another patch to field_timestamp.inc - see http://drupal.org/node/54215.