Closed (duplicate)
Project:
Flexinode
Version:
master
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
6 Apr 2006 at 11:04 UTC
Updated:
17 Apr 2006 at 03:50 UTC
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 = '
';
return $output;
}
Comments
Comment #1
samc commentedComment #2
samc commentedlooks like a bug to me.
fixed this in another patch to field_timestamp.inc - see http://drupal.org/node/54215.